Commit 4c232c7 1 parent ea0a1af commit 4c232c7 Copy full SHA for 4c232c7
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,17 @@ function test_default() {
169
169
indir " ${BENCHMARKS_ROOT} " $CARGO update
170
170
indir " ${BENCHMARKS_ROOT} " $CARGO check --benches --all-features $@
171
171
172
- echo " :: Checking fuzzers..."
173
- indir " ${FUZZ_ROOT} " $CARGO update
174
- indir " ${FUZZ_ROOT} " $CARGO check --all --all-features $@
175
-
176
172
case " $OSTYPE " in
177
173
darwin* | linux* )
178
174
echo " :: Checking testbench..."
179
175
indir " ${TESTBENCH_ROOT} " $CARGO update
180
176
indir " ${TESTBENCH_ROOT} " $CARGO check $@
177
+
178
+ echo " :: Checking fuzzers..."
179
+ indir " ${FUZZ_ROOT} " $CARGO update
180
+ indir " ${FUZZ_ROOT} " $CARGO check --all --all-features $@
181
181
;;
182
- * ) echo " :: Skipping testbench [$OSTYPE ]" ;;
182
+ * ) echo " :: Skipping testbench, fuzzers [$OSTYPE ]" ;;
183
183
esac
184
184
}
185
185
You can’t perform that action at this time.
0 commit comments