We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3981bb1 commit 77c8357Copy full SHA for 77c8357
1 file changed
go/Makefile
@@ -115,7 +115,7 @@ test: all build/testdb/check-upgrade-path
115
codeql test run -j0 ql/test --search-path build/codeql-extractor-go --consistency-queries ql/test/consistency --compilation-cache=$(cache)
116
# use GOOS=linux because GOOS=darwin GOARCH=386 is no longer supported
117
env GOOS=linux GOARCH=386 codeql$(EXE) test run -j0 ql/test/query-tests/Security/CWE-681 --search-path build/codeql-extractor-go --consistency-queries ql/test/consistency --compilation-cache=$(cache)
118
- cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]"
+ cd extractor; go test -mod=vendor ./...
119
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)
120
121
.PHONY: build/testdb/check-upgrade-path
0 commit comments