1
Fork 0
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:
Joshua Goins 2022-08-06 18:05:01 -04:00
parent 184e794e26
commit 1028c935d2

View file

@ -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