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 58d206a commit cd8810dCopy full SHA for cd8810d
.github/workflows/rust.yml
@@ -26,3 +26,5 @@ jobs:
26
run: cargo fmt -- --check
27
- name: Run tests
28
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