run wasi-tokio test early, turn off fail-fast so we see all platforms

This commit is contained in:
Pat Hickey
2021-05-05 11:59:46 -07:00
parent 3e8ea090c6
commit 909d691b55

View File

@@ -263,6 +263,9 @@ jobs:
env:
RUST_BACKTRACE: 1
# DEBUG: run these tests first
- run: cargo test -p wasi-tokio
# Build and test all features except for lightbeam
- run: |
cargo test \