Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Skip test cache #353

Merged
merged 1 commit into from May 19, 2021
Merged

ci: Skip test cache #353

merged 1 commit into from May 19, 2021

Conversation

rhcarvalho
Copy link
Contributor

The go tool automatically caches test results. Since we (re)store the
cache with actions/cache@v2, forcing go test to skip the test cache
gives us a bit more confidence that all tests are passing.

The documented canonical way to skip the cache is with '-count=1', see
the output from go help test.

The go tool automatically caches test results. Since we (re)store the
cache with actions/cache@v2, forcing go test to skip the test cache
gives us a bit more confidence that all tests are passing.

The documented canonical way to skip the cache is with '-count=1', see
the output from `go help test`.
@rhcarvalho rhcarvalho enabled auto-merge (squash) May 19, 2021 21:24
@rhcarvalho rhcarvalho merged commit bfc1343 into master May 19, 2021
@rhcarvalho rhcarvalho deleted the ci-go-test-no-cache branch May 19, 2021 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants