Skip to content

Commit 42624a5

Browse files
committed
Exclude from clippy
1 parent d043ecc commit 42624a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: runner.os == 'macOS'
138138

139139
- name: run clippy
140-
run: cargo clippy ${{ env.CARGO_ARGS }} --workspace --all-targets --exclude rustpython_wasm -- -Dwarnings
140+
run: cargo clippy ${{ env.CARGO_ARGS }} --workspace --all-targets --exclude rustpython_wasm,rustpython-compiler-source -- -Dwarnings
141141

142142
- name: run rust tests
143143
run: cargo test --workspace --exclude rustpython_wasm --verbose --features threading ${{ env.CARGO_ARGS }}

0 commit comments

Comments
 (0)