mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 03:37:47 +00:00
Move deny-check CI task as the last one, to help real unit tests run
Previously, if deny-check failed - unit tests wouldn't run which is weird. Sourcehut CI currently doesn't allow later tasks to run despite a previous failure, so let's try shuffling them around instead.
This commit is contained in:
parent
184e794e26
commit
1028c935d2
1 changed files with 4 additions and 4 deletions
|
@ -8,9 +8,9 @@ tasks:
|
|||
- check: |
|
||||
cd physis
|
||||
cargo check
|
||||
- deny-check: |
|
||||
cd physis
|
||||
cargo deny check
|
||||
- test: |
|
||||
cd physis
|
||||
cargo test
|
||||
cargo test
|
||||
- deny-check: |
|
||||
cd physis
|
||||
cargo deny check
|
Loading…
Add table
Reference in a new issue