Skip to content

Commit

Permalink
Try to fix Actions again 4
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Nov 14, 2024
1 parent ca99615 commit 695f211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- command: clippy
args: --all-features --workspace
- command: pgrx test
args: --all-features
args: --all-features --runas postgres --pgdata=/tmp/pgdata
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand All @@ -51,8 +51,8 @@ jobs:
sudo apt update -y -qq
sudo apt install -y postgresql-server-dev-$PG_VER
- name: Install cargo pgrx
run: cargo install --path cargo-pgrx
run: cargo install cargo-pgrx
- name: cargo pgrx init
run: cargo pgrx init "--pg$PG_VER=$(which pg_config)"
- name: Run Command
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }} --runas postgres --pgdata=/tmp/pgdata
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}

0 comments on commit 695f211

Please sign in to comment.