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 7d23765 commit 90bdf33Copy full SHA for 90bdf33
.github/workflows/build.yml
@@ -159,6 +159,8 @@ jobs:
159
run: cargo build --release --features closure,anyhow --all
160
# Test
161
- name: Test inline examples
162
+ # Macos fails on unstable rust. We skip the inline examples test for now.
163
+ if: "!(contains(matrix.os, 'macos') && matrix.rust == 'nightly')"
164
run: cargo test --release --all --features closure,anyhow --no-fail-fast
165
build-zts:
166
name: Build with ZTS
0 commit comments