mirror of
https://github.com/github/codeql.git
synced 2026-05-20 22:27:18 +02:00
11 lines
213 B
Makefile
11 lines
213 B
Makefile
|
|
import "../../../lib.just"
|
|
|
|
|
|
[no-cd]
|
|
test *ARGS=".": (_if_not_on_ci_just "generate" source_dir()) (_integration_test ARGS)
|
|
|
|
# TODO in separate PR
|
|
# [no-cd]
|
|
# format *ARGS=".": (_format_ql ARGS) (_format_py ARGS)
|