mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
6 lines
191 B
Python
6 lines
191 B
Python
def test_cargo(codeql, rust, cargo, check_source_archive):
|
|
codeql.database.create()
|
|
|
|
def test_rust_project(codeql, rust, rust_project, check_source_archive):
|
|
codeql.database.create()
|