- Create separate test suite for observability tests - Create wrapper script `postgrest-test-observability` - Add to CI and `postgrest-check` - Move JWT cache tests under observability tests Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
9 lines
149 B
SQL
9 lines
149 B
SQL
-- Loads all fixtures for the PostgREST observability tests
|
|
|
|
\set ON_ERROR_STOP on
|
|
|
|
\ir database.sql
|
|
\ir roles.sql
|
|
\ir schema.sql
|
|
\ir privileges.sql
|