Skip to content

Commit

Permalink
add cargo clippy runs to see if it can build successfully (rust-lang#143
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Byron committed Jul 25, 2023
1 parent 31867f2 commit f9ce9e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ libz-ng-sys = { path = "./libz-ng-sys" }
EOF

set -x
$CROSS clippy --features zlib --target $TARGET_TRIPLE
$CROSS test --features zlib --target $TARGET_TRIPLE
$CROSS test --features zlib-default --no-default-features --target $TARGET_TRIPLE
$CROSS clippy --features zlib-default --no-default-features --target $TARGET_TRIPLE
$CROSS test --features zlib-ng --no-default-features --target $TARGET_TRIPLE
$CROSS clippy --features zlib-ng --no-default-features --target $TARGET_TRIPLE
$CROSS test --features zlib-ng-compat --no-default-features --target $TARGET_TRIPLE

0 comments on commit f9ce9e0

Please sign in to comment.