Skip to content

Commit

Permalink
Run tests using shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Jul 10, 2023
1 parent 847aad5 commit faf6e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
set -x
go test -timeout 1m -race -run=XXXX -bench=. ./...
go test -timeout 4m -race -cover -coverprofile=coverage.out ./...
go test -timeout 4m -race -cover -coverprofile=coverage.out -shuffle on ./...
go tool cover -html=coverage.out -o coverage.html
go tool cover -func=coverage.out
Expand Down

0 comments on commit faf6e54

Please sign in to comment.