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 4ba7c5c commit ee06146Copy full SHA for ee06146
.github/workflows/unit.yml
@@ -30,4 +30,4 @@ jobs:
30
cache-on-failure: true
31
- uses: taiki-e/install-action@nextest
32
- name: Run tests
33
- run: cargo nextest run --workspace --retries 3
+ run: cargo nextest run --workspace --retries 3 --no-tests warn
0 commit comments