File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 rustup override set stable
3232 shell : bash
3333 - name : Run Cargo check
34- run : cargo check --workspace
34+ run : cargo check --workspace --locked
3535 shell : bash
3636
3737 test :
4545 rustup override set stable
4646 shell : bash
4747 - name : Run Cargo test
48- run : cargo test --workspace
48+ run : cargo test --workspace --locked
4949 shell : bash
5050 e2e-tests :
5151 name : E2E testSuite
8585 rustup toolchain install stable --profile minimal --target wasm32-wasip1 --component clippy
8686 rustup override set stable
8787 - name : Run Cargo clippy
88- run : cargo clippy --workspace -- -D warnings
88+ run : cargo clippy --workspace --locked -- -D warnings
Original file line number Diff line number Diff line change 2222 rustup override set stable
2323 - name : Build Wasm module
2424 shell : bash
25- run : cargo build --target=wasm32-wasip1 --release
25+ run : cargo build --target=wasm32-wasip1 --release --locked
2626 - name : Rename Wasm module
2727 shell : bash
2828 run : |
You can’t perform that action at this time.
0 commit comments