Skip to content

Commit

Permalink
fix(ci): don't continue on errors in unit-mac test (vectordotdev#18496)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Sep 6, 2023
1 parent 9859b9e commit 712a210
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:

jobs:
unit-mac:
# Full CI suites for this platform were only recently introduced.
# Some failures are permitted until we can properly correct them.
continue-on-error: true
runs-on: macos-11
env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 712a210

Please sign in to comment.