Assert on CI wasi-tests workspace is locked (#795)

Similar to the main workspace, assert that CI doesn't need to change the
manifest to ensure that PRs reflect any manifest updates necessary.
This commit is contained in:
Alex Crichton
2020-01-15 15:44:26 -06:00
committed by GitHub
parent e7e08f162d
commit b4dccc0486

View File

@@ -165,6 +165,7 @@ jobs:
- run: rustup target add wasm32-wasi - run: rustup target add wasm32-wasi
- run: cargo fetch --locked - run: cargo fetch --locked
- run: cargo fetch --locked --manifest-path crates/test-programs/wasi-tests/Cargo.toml
# Build and test all features except for lightbeam # Build and test all features except for lightbeam
- run: cargo test --features test_programs --all --exclude lightbeam -- --nocapture - run: cargo test --features test_programs --all --exclude lightbeam -- --nocapture