diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ setup: build: sparkled test: - @go test ./... + @go clean -testcache + @go test -shuffle=on ./... build-image: @docker build --tag $(IMAGE_TAG) . |
