Skip to content

Commit

Permalink
Fail CI on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Oct 3, 2024
1 parent 04e1d13 commit 427de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pgrx_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
run: |
cd pgvectorscale
${{ matrix.platform.rustflags != '' && format('export RUSTFLAGS="{0}"', matrix.platform.rustflags) || '' }}
cargo pgrx test -- pg${{ matrix.pg.major }}
RUSTFLAGS="-D warnings" cargo pgrx test -- pg${{ matrix.pg.major }}

0 comments on commit 427de2d

Please sign in to comment.