We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d043ecc commit 42624a5Copy full SHA for 42624a5
.github/workflows/ci.yaml
@@ -137,7 +137,7 @@ jobs:
137
if: runner.os == 'macOS'
138
139
- name: run clippy
140
- run: cargo clippy ${{ env.CARGO_ARGS }} --workspace --all-targets --exclude rustpython_wasm -- -Dwarnings
+ run: cargo clippy ${{ env.CARGO_ARGS }} --workspace --all-targets --exclude rustpython_wasm,rustpython-compiler-source -- -Dwarnings
141
142
- name: run rust tests
143
run: cargo test --workspace --exclude rustpython_wasm --verbose --features threading ${{ env.CARGO_ARGS }}
0 commit comments