Skip to content

Commit

Permalink
ci: run Go tests with -shuffle=on (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Sourcegraph <batch-changes@sourcegraph.com>
  • Loading branch information
unknwon and Sourcegraph committed Mar 6, 2023
1 parent 84b5e49 commit 79d4f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests with coverage
run: go test -v -race -coverprofile=coverage -covermode=atomic ./...
run: go test -shuffle=on -v -race -coverprofile=coverage -covermode=atomic ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1.5.0
with:
Expand Down

0 comments on commit 79d4f7c

Please sign in to comment.