test: Move io-tests SQL fixtures to a separate file

This commit is contained in:
Wolfgang Walther
2022-01-04 09:36:22 +01:00
committed by Wolfgang Walther
parent 81ebdff977
commit 1e9031573c
8 changed files with 151 additions and 154 deletions
+1 -1
View File
@@ -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()