Skip to content

Commit 1ba25e5

Browse files
committed
ci: exclude lean-ffi crate on normal runs
1 parent bf35b6c commit 1ba25e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: cargo fmt --all -- --check
3737

3838
- name: Cargo check
39-
run: cargo check --workspace --all-targets
39+
run: cargo check --workspace --all-targets --exclude ethlambda-lean-ffi
4040

4141
- name: Clippy
42-
run: cargo clippy --workspace --all-targets -- -D warnings
42+
run: cargo clippy --workspace --all-targets --exclude ethlambda-lean-ffi -- -D warnings
4343

4444
test:
4545
name: Test

0 commit comments

Comments
 (0)