Skip to content

Commit 1d32c2c

Browse files
committed
ci: run cargo build before clippy to prime SP1; clippy with all features
1 parent 9cb959d commit 1d32c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
sp1up
8484
rustc +succinct --version
8585
86+
- name: Build (prime SP1 assets)
87+
run: cargo build --locked --workspace --all-targets --all-features
88+
8689
- name: Run clippy
8790
run: cargo clippy --locked --workspace --all-targets --all-features -- -D warnings
8891

0 commit comments

Comments
 (0)