diff --git a/.github/workflows/test-pg_analytics.yml b/.github/workflows/test-pg_analytics.yml index 572d6fe8..2eeccdd5 100644 --- a/.github/workflows/test-pg_analytics.yml +++ b/.github/workflows/test-pg_analytics.yml @@ -146,3 +146,10 @@ jobs: echo "Running Rust tests..." export DATABASE_URL=postgresql://localhost:288${{ matrix.pg_version }}/postgres cargo pgrx test "pg${{ matrix.pg_version }}" + - name: Run sqllogictest + if: steps.check_skip.outputs.skip_remaining_steps != 'true' + run: | + echo "" + echo "Running sqllogictest..." + cd tests/sqllogictests + cargo test --test sqllogictests --features pg${{ matrix.pg_version }}