File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ ql/lib/go.dbscheme.stats: ql/lib/go.dbscheme build/stats/src.stamp extractor
54
54
codeql dataset measure -o $@ build/stats/database/db-go
55
55
56
56
test : all build/testdb/check-upgrade-path
57
- codeql test run -j0 ql/test --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache ) --dynamic-join-order-mode=$(rtjo )
57
+ codeql test run -j0 ql/test --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache ) --dynamic-join-order-mode=$(rtjo ) --check-databases --fail-on-trap-errors --check-undefined-labels --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition
58
58
# use GOOS=linux because GOOS=darwin GOARCH=386 is no longer supported
59
59
env GOOS=linux GOARCH=386 codeql$(EXE) test run -j0 ql/test/query-tests/Security/CWE-681 --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache) --dynamic-join-order-mode=$(rtjo)
60
60
cd extractor; $(BAZEL) test ...
You can’t perform that action at this time.
0 commit comments