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 ee06146 commit ee6acccCopy full SHA for ee6accc
.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 --no-tests warn
+ run: cargo nextest run --workspace --retries 3 --no-tests=warn
0 commit comments