mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +01:00
This adds testing of well-formed rust projects and workspaces, using both `Cargo.toml` and `rust-project.json` manifests.
9 lines
189 B
YAML
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
|