get rid of debugging changes to ci
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user