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:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user