Skip to content

Commit fd84062

Browse files
committed
wip
1 parent ad38002 commit fd84062

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
target/
2626
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2727
restore-keys: ${{ runner.os }}-cargo-
28+
- name: Install pgrx
29+
run: |
30+
cargo install --locked cargo-pgrx || true
2831
- name: Lint
2932
run: |
3033
rustfmt **/*.rs

0 commit comments

Comments
 (0)