mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
We no longer need the platform-specific directories, so simplify the test organization. If you want to retain the `linux` directory for two tests, or not do this at all, just skip merging this PR. It's purely optional.
4 lines
155 B
Python
4 lines
155 B
Python
def test(codeql, go, check_build_environment):
|
|
check_build_environment.env = {"GOTOOLCHAIN": "go1.21.0"}
|
|
codeql.database.create(source_root="src")
|