Skip to content

Commit

Permalink
feat: Support CI for sqllogictest
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Oct 13, 2024
1 parent 5c8335c commit 5c67e4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-pg_analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5c67e4f

Please sign in to comment.