We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0126bd commit c4df782Copy full SHA for c4df782
CI/Makefile
@@ -8,7 +8,7 @@ TEST_RESULTS=results.json
8
9
.PHONY: test
10
test: $(TEST_RESULTS)
11
-$(TEST_RESULTS): LibPQ.pq LibPQPath.pq credentials.xml
+$(TEST_RESULTS): LibPQ.pq LibPQPath.pq credentials.xml test.pq
12
$(TEST_RESULTS): $(wildcard ../Modules/*) $(wildcard ../Tests/*)
13
$(PQ) . test -c credentials.xml -o json -f $(TEST_RESULTS)
14
0 commit comments