mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01:00
Run coverage immediately (#8876)
# Description Don't wait for the tests to pass to try running the coverage job. In theory that would save some wasted runs but waiting for it can also slow down the review if you want to inspect that a certain branch is covered by tests. # Tests + Formatting Coverage runs immediately and can also fail due to failing tests
This commit is contained in:
parent
a33a7960bb
commit
ebdb7ac2d8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -170,7 +170,6 @@ jobs:
|
||||
|
||||
|
||||
nu-coverage:
|
||||
needs: nu-tests
|
||||
env:
|
||||
NUSHELL_CARGO_TARGET: ci
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user