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 8054500 commit 8639a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ 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
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 8639a3f

Please sign in to comment.