We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d941e2b commit fdd8123Copy full SHA for fdd8123
Makefile
@@ -1,6 +1,6 @@
1
2
docker:
3
- docker build -f $(PWD)/Dockerfile .
+ docker build --no-cache -f $(PWD)/Dockerfile .
4
5
ifdef CI
6
PG_TEST_EXTENSION_QUERY = "CREATE EXTENSION pgtap;"
tests/pg/tables.sql
@@ -2,7 +2,6 @@ BEGIN;
SELECT plan(1);
SELECT has_table('users');
-SELECT has_table('accounts');
7
SELECT *
8
FROM finish();
0 commit comments