Skip to content

Commit cd8810d

Browse files
committed
workflow: detect flakes
1 parent 58d206a commit cd8810d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
run: cargo fmt -- --check
2727
- name: Run tests
2828
run: export TZ='Europe/Paris' && cargo test --verbose
29+
- name: Check for flakes
30+
run: export TZ='Europe/Paris' && for i in {1..100} ; do cargo test --quiet || return $? ; done

0 commit comments

Comments
 (0)