We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf35b6c commit 1ba25e5Copy full SHA for 1ba25e5
1 file changed
.github/workflows/ci.yml
@@ -36,10 +36,10 @@ jobs:
36
run: cargo fmt --all -- --check
37
38
- name: Cargo check
39
- run: cargo check --workspace --all-targets
+ run: cargo check --workspace --all-targets --exclude ethlambda-lean-ffi
40
41
- name: Clippy
42
- run: cargo clippy --workspace --all-targets -- -D warnings
+ run: cargo clippy --workspace --all-targets --exclude ethlambda-lean-ffi -- -D warnings
43
44
test:
45
name: Test
0 commit comments