Skip to content

Commit

Permalink
remove -race flag from tests
Browse files Browse the repository at this point in the history
otherwise it always fails, meanwhile the reason is pretty dummy, and is the feature by itself
  • Loading branch information
flrdv authored May 12, 2024
1 parent 35d3e23 commit 13b8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
go-version: '1.20'

- name: Run tests
run: go test -race ./...
run: go test ./...

0 comments on commit 13b8721

Please sign in to comment.