Skip to content

Commit

Permalink
👷 Apply --nocapture option to wasm test for show error trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 16, 2024
1 parent 899bb18 commit 5a715c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- if: ${{ startsWith(matrix.target, 'wasm32-wasi') }}
name: Run test
run: |
cargo test -p libpna --target ${{ matrix.target }}
cargo test -p libpna --target ${{ matrix.target }} -- --nocapture
- if: ${{ startsWith(matrix.target, 'wasm32-unknown-emscripten') }}
name: Run test
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
cargo binstall --no-confirm --force wasm-bindgen-cli --version ${{ steps.get_version.outputs.version }}
- if: ${{ endsWith(matrix.target, 'unknown') }}
name: Run build
name: Run test
run: |
cargo test -p libpna --target ${{ matrix.target }} --release
Expand Down

0 comments on commit 5a715c3

Please sign in to comment.