Skip to content

Commit 2ef6344

Browse files
committed
Don't try to parallel with PG13
1 parent 541dc0c commit 2ef6344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pgrx_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- enabled: false
3636
name: "sequential"
3737
features: "pg_test"
38+
exclude:
39+
- pg: { major: 13 }
40+
parallel_build: { enabled: true }
3841

3942
env:
4043
PG_SRC_DIR: pgbuild

0 commit comments

Comments
 (0)