refactor: delete QueryCost, instead use PlanSpec

This commit is contained in:
steve-chavez
2023-04-12 09:52:08 -05:00
committed by Laurence Isla
parent ae3c784921
commit 519dbc75f3
7 changed files with 38 additions and 153 deletions
-4
View File
@@ -86,10 +86,6 @@ jobs:
if: always()
run: postgrest-with-postgresql-${{ matrix.pgVersion }} -f test/io/fixtures.sql postgrest-test-io
- name: Run query cost tests
if: always()
run: postgrest-with-postgresql-${{ matrix.pgVersion }} postgrest-test-querycost
Test-Memory-Nix:
name: Test memory (Nix)