build: no test caching
This commit is contained in:
parent
192391f52c
commit
757d47fc41
@ -78,14 +78,14 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- |
|
- |
|
||||||
{{.NIX_CMD_BASE}} \
|
{{.NIX_CMD_BASE}} \
|
||||||
go test -v -race ./internal/...
|
go test -v -race -count=1 ./internal/...
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
cmds:
|
cmds:
|
||||||
- task: docker-local-import
|
- task: docker-local-import
|
||||||
- |
|
- |
|
||||||
{{.NIX_CMD_BASE}} \
|
{{.NIX_CMD_BASE}} \
|
||||||
go test -v -race ./test/integration/...
|
go test -v -race -count=1 ./test/integration/...
|
||||||
|
|
||||||
test-all:
|
test-all:
|
||||||
cmds:
|
cmds:
|
||||||
|
Loading…
Reference in New Issue
Block a user