Skip to content

Commit

Permalink
Remove -race
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 15, 2024
1 parent dd13fb2 commit ec79dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
go-version: 1.22.x
- name: Test with emulator
run: |
go test -race ./...
cd website; go test -race ./...
go test ./...
cd website; go test ./...
# The purpose of running benchmarks in GitHub Actions is primarily to ensure
# that the benchmark code runs and doesn't crash. GitHub Action runners don't
Expand Down

0 comments on commit ec79dc8

Please sign in to comment.