Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit d7cfcf4

Browse files
author
Max Schaefer
committed
Run tests with consistency queries.
1 parent 181438b commit d7cfcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ ql/src/go.dbscheme.stats: ql/src/go.dbscheme build/stats/src.stamp extractor
106106
codeql dataset measure -o $@ build/stats/database/db-go
107107

108108
test: all build/testdb/check-upgrade-path
109-
codeql test run ql/test --search-path .
110-
env GOARCH=386 codeql$(EXE) test run ql/test/query-tests/Security/CWE-681 --search-path .
109+
codeql test run ql/test --search-path . --consistency-queries ql/test/consistency
110+
env GOARCH=386 codeql$(EXE) test run ql/test/query-tests/Security/CWE-681 --search-path . --consistency-queries ql/test/consistency
111111
cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]"
112112

113113
.PHONY: build/testdb/check-upgrade-path

0 commit comments

Comments
 (0)