Skip to content

Commit 05041a4

Browse files
committed
disable test cache + -v
1 parent a474ec9 commit 05041a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: go install gotest.tools/gotestsum@latest
6262

6363
- name: Run tests
64-
run: go vet ./... && gotestsum --format github-action -- -race ./...
64+
run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
6565
working-directory: ./dbos
6666
env:
6767
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22

0 commit comments

Comments
 (0)