We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9c4dc commit f3f4e1eCopy full SHA for f3f4e1e
ci/run.sh
@@ -75,10 +75,10 @@ cargo_test() {
75
cmd="$cmd ${subcmd} --target=$TARGET $1"
76
cmd="$cmd -- $2"
77
78
- # wasm targets can't catch panics so if a test failures make sure the test
79
- # harness isn't trying to capture output, otherwise we won't get any useful
80
- # output.
81
case ${TARGET} in
+ # wasm targets can't catch panics so if a test failures make sure the test
+ # harness isn't trying to capture output, otherwise we won't get any useful
+ # output.
82
wasm32*)
83
cmd="$cmd --nocapture"
84
;;
0 commit comments