Skip to content

Commit

Permalink
Try to reproduce the riscv64 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Sep 11, 2023
1 parent f45b108 commit 8ac6781
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
env:
QEMU_BUILD_VERSION: 8.0.4
strategy:
fail-fast: true
fail-fast: false
matrix: ${{ fromJson(needs.determine.outputs.test-matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -464,6 +464,12 @@ jobs:
diff -ru crates/wasi/wit crates/wasi-http/wit
# Build and test all features
- run: cargo test -p wasmtime-wasi --lib -- --nocapture --test-threads=1

env:
RUST_BACKTRACE: 1
if: matrix.isa == 'riscv64'

- run: ./ci/run-tests.sh --locked
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 8ac6781

Please sign in to comment.