Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c27d84fb0b..b9427e1927 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,7 +120,7 @@ jobs: run: cargo codegen --check - name: Run tests - run: cargo nextest run --no-fail-fast --hide-progress-bar --status-level fail + run: cargo nextest run --no-fail-fast --hide-progress-bar - name: Install cargo-machete uses: taiki-e/install-action@cargo-machete |