Skip to content

Commit

Permalink
add grace period for race tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Nov 30, 2023
1 parent 0075479 commit 425f359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: go vet ./...
- name: Run spec tests
run: go test -v ./... -tags='norace'
timeout-minutes: 3
- name: Run all tests with race detection
timeout-minutes: 1
run: go test -race -covermode atomic -coverprofile=profile.cov -v ./... -tags='!norace'
Expand Down

0 comments on commit 425f359

Please sign in to comment.