diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33f0b74..2045d2b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: git config --global user.email "ci@auths.dev" - name: Run tests - run: cargo nextest run --workspace --all-features + run: cargo nextest run --workspace --all-features --no-fail-fast - name: Run doc tests run: cargo test --all --doc diff --git a/crates/auths-cli/src/commands/snapshots/status__tests__status_json_snapshot.snap b/crates/auths-cli/src/commands/snapshots/auths_cli__commands__status__tests__status_json_snapshot.snap similarity index 100% rename from crates/auths-cli/src/commands/snapshots/status__tests__status_json_snapshot.snap rename to crates/auths-cli/src/commands/snapshots/auths_cli__commands__status__tests__status_json_snapshot.snap