diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e9e875f7a..de8ece714f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,7 +155,7 @@ jobs: # tests - run: rustup target add wasm32-wasi - - run: cargo fetch + - run: cargo fetch --locked # Build and test all features except for lightbeam - run: cargo test --features test_programs --all --exclude lightbeam -- --nocapture