Skip to content

Commit

Permalink
Warning (instead of error) when no tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
lrubasze committed Nov 27, 2024
1 parent 83cf371 commit e9fd8c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
env:
CARGO_TERM_COLOR: always
SCRYPTO_CARGO_LOCKED: 1
# Produce a warning and exit with code 0 if no tests to run
# (nextest returns error by default since version 0.9.85)
NEXTEST_NO_TESTS: warn

concurrency:
group: ci-${{ github.ref }}
Expand Down

0 comments on commit e9fd8c6

Please sign in to comment.