Skip to content

Commit 99b5df4

Browse files
committed
Retry tests once
1 parent 46b9ec6 commit 99b5df4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,10 @@ jobs:
317317
DATABASE_URL: postgresql://postgres:postgres@localhost/postgres
318318
run: |
319319
~/.cargo/bin/cargo-nextest nextest run --archive-file nextest-archive.tar.zst \
320-
--partition count:${{ matrix.partition }}/2
320+
--partition count:${{ matrix.partition }}/2 \
321+
--retries 1
322+
# --retries is a workaround for sqlx not playing nice with nextest
323+
# Waiting for https://github.com/launchbadge/sqlx/pull/3334
321324
322325
syn2mas:
323326
name: Check syn2mas

0 commit comments

Comments
 (0)