Skip to content

Commit

Permalink
Remove race checks to save docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Mar 7, 2024
1 parent 20d875b commit ba9a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- run: go test -covermode=atomic -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0

0 comments on commit ba9a1bf

Please sign in to comment.