From b4dccc04869d8a2c543b3bf2bf95b1070c3aaf0d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 15 Jan 2020 15:44:26 -0600 Subject: [PATCH] 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. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 192e9f9141..767300736a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -165,6 +165,7 @@ jobs: - run: rustup target add wasm32-wasi - 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 - run: cargo test --features test_programs --all --exclude lightbeam -- --nocapture