diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a18e07aaf0..029dfe2b21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,9 +119,11 @@ jobs: with: node-version: "12" - run: | + set -euxo pipefail export RUST_BACKTRACE=1 curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh wasm-pack --version + shell: bash - run: cargo build --target ${{ matrix.target }} --color=always features_check_wasm: