Skip to content

Commit 62eb3fa

Browse files
committed
Verbose flag to not time out
1 parent e24673b commit 62eb3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ case $1 in
3333
done
3434
;;
3535
*)
36-
cargo test --no-default-features --features gen-tests --target $1
37-
cargo test --no-default-features --features gen-tests --target $1 --release
36+
cargo test --no-default-features -v --features gen-tests --target $1
37+
cargo test --no-default-features -v --features gen-tests --target $1 --release
3838
;;
3939
esac
4040

0 commit comments

Comments
 (0)