File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- command : clippy
39
39
args : --all-features --workspace
40
40
- command : pgrx test
41
- args : --all-features
41
+ args : --all-features --runas postgres --pgdata=/tmp/pgdata
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- uses : Swatinem/rust-cache@v2
51
51
sudo apt update -y -qq
52
52
sudo apt install -y postgresql-server-dev-$PG_VER
53
53
- name : Install cargo pgrx
54
- run : cargo install --path cargo-pgrx
54
+ run : cargo install cargo-pgrx
55
55
- name : cargo pgrx init
56
56
run : cargo pgrx init "--pg$PG_VER=$(which pg_config)"
57
57
- name : Run Command
58
- run : cargo ${{ matrix.action.command }} ${{ matrix.action.args }} --runas postgres --pgdata=/tmp/pgdata
58
+ run : cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
You can’t perform that action at this time.
0 commit comments