diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 108fcf6f04..9b3dfe2d70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -208,7 +208,6 @@ jobs: name: Test runs-on: ${{ matrix.os }} strategy: - fail-fast: false matrix: build: [stable, beta, nightly, windows, macos] include: @@ -264,9 +263,6 @@ 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 \