Skip to content

Commit feca04a

Browse files
committed
chore: disable test caching in CI
1 parent 0aa075d commit feca04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
${{ runner.os }}-go-
3535
3636
- name: Run tests
37-
run: go test -v ./...
37+
run: go test -count=1 -v ./...

0 commit comments

Comments
 (0)