Retry tests once

This commit is contained in:
Quentin Gliech
2024-10-28 16:36:22 +01:00
parent 64dfd04a27
commit 43113825a4

View File

@@ -317,7 +317,10 @@ jobs:
DATABASE_URL: postgresql://postgres:postgres@localhost/postgres
run: |
~/.cargo/bin/cargo-nextest nextest run --archive-file nextest-archive.tar.zst \
--partition count:${{ matrix.partition }}/2
--partition count:${{ matrix.partition }}/2 \
--retries 1
# --retries is a workaround for sqlx not playing nice with nextest
# Waiting for https://github.com/launchbadge/sqlx/pull/3334
syn2mas:
name: Check syn2mas