Skip to content

Commit

Permalink
circleci: Properly check for failures in download spectest
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 20, 2022
1 parent 4528fe7 commit afde08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ commands:
working_directory: ~/build
command: |
if [ ! -d wasm-spec ]; then
set +e
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20210212 --depth 1 wasm-spec
mkdir json && cd json
options='--disable-saturating-float-to-int --disable-sign-extension --disable-multi-value'
Expand Down

0 comments on commit afde08b

Please sign in to comment.