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
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 \