summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-11 15:50:59 -0600
committermo khan <mo@mokhan.ca>2025-04-11 15:50:59 -0600
commit6d525bb541230c707a160ef670449b7588abf43b (patch)
tree64974115a8d0d4c3e0530555696143ad05cd68bd /Makefile
parent49e61799c837cf49687d9a15a2fb0b04ca74d47c (diff)
test: move sparkles route tests to a separate file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 311387f..1e63bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ setup:
build: sparkled
test:
- @go test ./...
+ @go clean -testcache
+ @go test -shuffle=on ./...
build-image:
@docker build --tag $(IMAGE_TAG) .