We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bd2eb commit 441fd8fCopy full SHA for 441fd8f
.github/workflows/ci.yml
@@ -57,6 +57,14 @@ jobs:
57
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
58
59
- run: cargo test
60
+ if: ${{ matrix.os != 'ubuntu-latest' }}
61
+
62
+ - name: Install cargo-zigbuild
63
+ if: ${{ matrix.os == 'ubuntu-latest' }}
64
+ run: pip install cargo-zigbuild
65
66
+ - run: cargo-zigbuild test --target x86_64-unknown-linux-gnu.2.17
67
68
69
lint:
70
name: Lint
0 commit comments