Skip to content

Commit

Permalink
ci: Allow race detector to fail (#1253)
Browse files Browse the repository at this point in the history
This step is unreliable and needs more investigation. It is currently
running in optional mode.

Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 authored Nov 11, 2024
1 parent 360dda6 commit fe0a2b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
with:
go-version-file: go.mod
- run: go test -race ./...
id: race
continue-on-error: true
- run: echo "race detector failed but job is optional"
if: job.steps.race.status == failure()

code_coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe0a2b0

Please sign in to comment.