Skip to content

Commit f101a0d

Browse files
committed
Merge #25: Errors are swallowed in CI
9a31a51 Propogate instead of swallowing error (rishflab) Pull request description: ACKs for top commit: jonasnick: ACK 9a31a51 Tree-SHA512: b9013df3bf3e5af763c6bad655f3e058cb32d8e9c70499ff84e4ffcabd3305a10c1d5d3c9ce20cd3f71280c71c463295990cd4ee30bcc3709b9da0b7c67d7936
2 parents f610090 + 9a31a51 commit f101a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fi
5252

5353
# Webassembly stuff
5454
if [ "$DO_WASM" = true ]; then
55-
clang --version &&
56-
wasm-pack build &&
55+
clang --version
56+
wasm-pack build
5757
wasm-pack test --node;
5858
fi
5959

0 commit comments

Comments
 (0)