Skip to content

Commit

Permalink
Add CLI smoke test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Oct 25, 2024
1 parent 24917ff commit 9fdae7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
run: cargo fmt --all --check
- name: Lint
run: cargo clippy --all --all-features -- -D warnings
- name: Smoke test CLI
env:
DATABASE_URL: postgres://postgres:secret@localhost:5432/pg-extras-rs-test
run: |
cargo run --bin pgextras || cargo run --bin pgextras cache-hit
- name: Run tests for PG 12
env:
PG_VERSION: 12
Expand Down

0 comments on commit 9fdae7e

Please sign in to comment.