Skip to content

Commit c4df782

Browse files
committed
Re-run tests on entrypoint modification
1 parent a0126bd commit c4df782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TEST_RESULTS=results.json
88

99
.PHONY: test
1010
test: $(TEST_RESULTS)
11-
$(TEST_RESULTS): LibPQ.pq LibPQPath.pq credentials.xml
11+
$(TEST_RESULTS): LibPQ.pq LibPQPath.pq credentials.xml test.pq
1212
$(TEST_RESULTS): $(wildcard ../Modules/*) $(wildcard ../Tests/*)
1313
$(PQ) . test -c credentials.xml -o json -f $(TEST_RESULTS)
1414

0 commit comments

Comments
 (0)