Skip to content

Commit

Permalink
Add retry to test-all
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Jun 26, 2024
1 parent aa139da commit a2584e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test-all:
QW_S3_FORCE_PATH_STYLE_ACCESS=1 \
QW_TEST_DATABASE_URL=postgres://quickwit-dev:quickwit-dev@localhost:5432/quickwit-metastore-dev \
RUST_MIN_STACK=67108864 \
cargo nextest run --all-features
cargo nextest run --all-features --retries 1
cargo nextest run --test failpoints --features fail/failpoints

test-failpoints:
Expand Down

0 comments on commit a2584e3

Please sign in to comment.