File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ matrix:
4646 env : MODE='fuzz run' ARGS='packet_parser -- -max_len=1536 -max_total_time=30'
4747 - rust : nightly
4848 env : FEATURES='default' MODE='clippy'
49+ - rust : nightly
50+ env : FEATURES='default' MODE='check --bench bench'
4951 - os : osx
5052 rust : nightly
5153 env : FEATURES='default' MODE='build'
@@ -57,6 +59,9 @@ matrix:
5759 # Clippy sometimes fails to compile and this shouldn't gate merges
5860 - rust : nightly
5961 env : FEATURES='default' MODE='clippy'
62+ # See if the bench actually breaks
63+ - rust : nightly
64+ env : FEATURES='default' MODE='check --bench bench'
6065before_script :
6166 - if [ "$MODE" == "fuzz run" ]; then cargo install cargo-fuzz; fi
6267 - if [ "$MODE" == "clippy" ]; then cargo install clippy; fi
You can’t perform that action at this time.
0 commit comments