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: |
|
- check: |
|
||||||
cd physis
|
cd physis
|
||||||
cargo check
|
cargo check
|
||||||
- deny-check: |
|
|
||||||
cd physis
|
|
||||||
cargo deny check
|
|
||||||
- test: |
|
- test: |
|
||||||
cd physis
|
cd physis
|
||||||
cargo test
|
cargo test
|
||||||
|
- deny-check: |
|
||||||
|
cd physis
|
||||||
|
cargo deny check
|
Loading…
Add table
Reference in a new issue