get rid of debugging changes to ci

This commit is contained in:
Pat Hickey
2021-05-05 17:02:46 -07:00
parent 148afd3949
commit 2a0eb391c2

View File

@@ -208,7 +208,6 @@ jobs:
name: Test name: Test
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
build: [stable, beta, nightly, windows, macos] build: [stable, beta, nightly, windows, macos]
include: include:
@@ -264,9 +263,6 @@ jobs:
env: env:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
# DEBUG: run these tests first
- run: cargo test -p wasi-tokio
# Build and test all features except for lightbeam # Build and test all features except for lightbeam
- run: | - run: |
cargo test \ cargo test \