Skip to content

Commit

Permalink
Use check builds in ci, to skip linking libpq
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Mar 25, 2024
1 parent 2ea5804 commit ce20a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- uses: taiki-e/install-action@cargo-hack
- name: Build crate
run: cargo hack --feature-powerset build --all-targets
run: cargo hack --feature-powerset check --all-targets

0 comments on commit ce20a52

Please sign in to comment.