Skip to content

Commit

Permalink
Rust: run small QL test
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Oct 4, 2024
1 parent c149743 commit b4531f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,18 @@ jobs:
bazel run //rust/codegen
git add .
git diff --exit-code HEAD
rust-qltest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install CodeQL
uses: ./.github/actions/fetch-codeql
- name: Build extractor
shell: bash
run: |
bazel run //rust:rust-installer
- 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/query-tests

0 comments on commit b4531f7

Please sign in to comment.