Skip to content

Commit

Permalink
remove mayberacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Dec 8, 2023
1 parent d641056 commit 81db188
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
run: go vet ./...
- name: Run spec tests
run: go test -v ./... -tags='norace'
- name: Run test subset with race detection
timeout-minutes: 1
run: go test -race -covermode atomic -coverprofile=profile.cov -v ./... -tags='mayberacy'
- 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 81db188

Please sign in to comment.