Skip to content

Commit

Permalink
optimise build
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Nov 3, 2023
1 parent d54cbce commit e207248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: df . -h

- name: cargo build binary required for test
run: cargo build -p try-runtime-cli
run: SKIP_WASM_BUILD=1 cargo build -p try-runtime-cli

- name: cargo test
run: cargo test

0 comments on commit e207248

Please sign in to comment.