We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08af9eb commit 1e8e96dCopy full SHA for 1e8e96d
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
# e.g. a flaky test.
19
# Don't fast-fail on tag build because publishing binaries shouldn't be
20
# prevented if 'cargo publish' fails (which can be a false negative).
21
- fail-fast:
22
- ${{ github.event_name == 'pull_request' || (github.ref !=
23
- 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}
+ fail-fast: false
+ # ${{ github.event_name == 'pull_request' || (github.ref !=
+ # 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}
24
matrix:
25
config:
26
- os: macOS-latest
0 commit comments