File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ 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 --exclude rustpython-compiler-source -- -Dwarnings
141141
142142 - name : run rust tests
143- run : cargo test --workspace --exclude rustpython_wasm --verbose --features threading ${{ env.CARGO_ARGS }}
143+ run : cargo test --workspace --exclude rustpython_wasm --exclude rustpython-compiler-source -- verbose --features threading ${{ env.CARGO_ARGS }}
144144 if : runner.os != 'macOS'
145145 - name : run rust tests
146- run : cargo test --workspace --exclude rustpython_wasm --exclude rustpython-jit --verbose --features threading ${{ env.CARGO_ARGS }}
146+ run : cargo test --workspace --exclude rustpython_wasm --exclude rustpython-jit --exclude rustpython-compiler-source -- verbose --features threading ${{ env.CARGO_ARGS }}
147147 if : runner.os == 'macOS'
148148
149149 - name : check compilation without threading
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments