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
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user