refactor: delete QueryCost, instead use PlanSpec

This commit is contained in:
steve-chavez
2022-12-12 13:31:02 -05:00
committed by Steve Chavez
parent 1065021348
commit 781fa592ca
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)