summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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) .