add Rust format check to QL-for-QL tests

This commit is contained in:
erik-krogh
2023-02-06 14:26:30 +01:00
parent 34266cfa4c
commit 9364a85e49

View File

@@ -36,6 +36,8 @@ jobs:
~/.cargo/git
ql/target
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-qltest-cargo-${{ hashFiles('ql/rust-toolchain.toml', 'ql/**/Cargo.lock') }}
- name: Check formatting
run: cd ql; cargo fmt --all -- --check
- name: Build extractor
run: |
cd ql;