Skip to content

Commit

Permalink
Do not fail when there are no tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Nov 27, 2024
1 parent 751467f commit 4a3aafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,5 @@ jobs:
with:
tool: cargo-nextest

- name: cargo nextest run --locked
run: cargo -Zgitoxide -Zgit nextest run --locked
- name: cargo nextest run --locked --no-tests pass
run: cargo -Zgitoxide -Zgit nextest run --locked --no-tests pass

0 comments on commit 4a3aafb

Please sign in to comment.