Skip to content

Commit

Permalink
Rust: ql-test add -j flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Oct 6, 2024
1 parent d0a7a95 commit cc68bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
- name: Run QL test
shell: bash
run: |
codeql test run --search-path rust/extractor-pack --show-extractor-output --consistency-queries rust/ql/consistency-queries ./rust/ql/test
rustup component add rust-src
codeql test run --search-path rust/extractor-pack -j8 --show-extractor-output --consistency-queries rust/ql/consistency-queries ./rust/ql/test

0 comments on commit cc68bc2

Please sign in to comment.