build: no test caching

This commit is contained in:
Marvin Preuss 2024-09-23 12:48:11 +02:00
parent 192391f52c
commit 757d47fc41

View File

@ -78,14 +78,14 @@ tasks:
cmds:
- |
{{.NIX_CMD_BASE}} \
go test -v -race ./internal/...
go test -v -race -count=1 ./internal/...
test-integration:
cmds:
- task: docker-local-import
- |
{{.NIX_CMD_BASE}} \
go test -v -race ./test/integration/...
go test -v -race -count=1 ./test/integration/...
test-all:
cmds: