We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b9ec6 commit 99b5df4Copy full SHA for 99b5df4
.github/workflows/ci.yaml
@@ -317,7 +317,10 @@ jobs:
317
DATABASE_URL: postgresql://postgres:postgres@localhost/postgres
318
run: |
319
~/.cargo/bin/cargo-nextest nextest run --archive-file nextest-archive.tar.zst \
320
- --partition count:${{ matrix.partition }}/2
+ --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
324
325
syn2mas:
326
name: Check syn2mas
0 commit comments