Files
codeql/rust/integration-tests/qlpack.yml
Paolo Tranquilli aae33db137 Rust: add basic integration tests
This adds testing of well-formed rust projects and workspaces, using
both `Cargo.toml` and `rust-project.json` manifests.
2024-09-17 11:23:39 +02:00

9 lines
189 B
YAML

name: codeql/rust-integration-tests
groups: [rust, test]
dependencies:
codeql/rust-queries: ${workspace}
codeql/rust-all: ${workspace}
extractor: rust
tests: .
warnOnImplicitThis: true