test: Move io-tests SQL fixtures to a separate file
This commit is contained in:
committed by
Wolfgang Walther
parent
81ebdff977
commit
1e9031573c
@@ -82,7 +82,7 @@ jobs:
|
||||
|
||||
- name: Run IO tests
|
||||
if: always()
|
||||
run: postgrest-with-postgresql-${{ matrix.pgVersion }} postgrest-test-io
|
||||
run: postgrest-with-postgresql-${{ matrix.pgVersion }} -f test/io-tests/fixtures.sql postgrest-test-io
|
||||
|
||||
- name: Run query cost tests
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user