Skip to content

Commit fdd8123

Browse files
committed
Now with junit support 🎉
1 parent d941e2b commit fdd8123

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
docker:
3-
docker build -f $(PWD)/Dockerfile .
3+
docker build --no-cache -f $(PWD)/Dockerfile .
44

55
ifdef CI
66
PG_TEST_EXTENSION_QUERY = "CREATE EXTENSION pgtap;"

tests/pg/tables.sql

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ BEGIN;
22
SELECT plan(1);
33

44
SELECT has_table('users');
5-
SELECT has_table('accounts');
65

76
SELECT *
87
FROM finish();

0 commit comments

Comments
 (0)