From 757d47fc41aa1fb9d97c559e5d732e836687f142 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Mon, 23 Sep 2024 12:48:11 +0200 Subject: [PATCH] build: no test caching --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 30b6d05..13c4dce 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: