diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-11 15:50:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-11 15:50:59 -0600 |
| commit | 6d525bb541230c707a160ef670449b7588abf43b (patch) | |
| tree | 64974115a8d0d4c3e0530555696143ad05cd68bd /Makefile | |
| parent | 49e61799c837cf49687d9a15a2fb0b04ca74d47c (diff) | |
test: move sparkles route tests to a separate file
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) . |
