We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31867f2 commit 7769eadCopy full SHA for 7769ead
ci/set_rust_version.bash
@@ -2,3 +2,4 @@
2
set -e
3
rustup default $1
4
rustup target add $2
5
+rustup component add clippy --toolchain $1 --target $2
ci/test.bash
@@ -64,7 +64,10 @@ libz-ng-sys = { path = "./libz-ng-sys" }
64
EOF
65
66
set -x
67
+$CROSS clippy --features zlib --target $TARGET_TRIPLE
68
$CROSS test --features zlib --target $TARGET_TRIPLE
69
$CROSS test --features zlib-default --no-default-features --target $TARGET_TRIPLE
70
+$CROSS clippy --features zlib-default --no-default-features --target $TARGET_TRIPLE
71
$CROSS test --features zlib-ng --no-default-features --target $TARGET_TRIPLE
72
+$CROSS clippy --features zlib-ng --no-default-features --target $TARGET_TRIPLE
73
$CROSS test --features zlib-ng-compat --no-default-features --target $TARGET_TRIPLE
0 commit comments