mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +00:00
Add unit tests to CI
This commit is contained in:
parent
92be18da39
commit
e9263767c4
1 changed files with 4 additions and 1 deletions
|
@ -11,3 +11,6 @@ tasks:
|
||||||
- deny-check: |
|
- deny-check: |
|
||||||
cd physis
|
cd physis
|
||||||
cargo deny check
|
cargo deny check
|
||||||
|
- test: |
|
||||||
|
cd physis
|
||||||
|
cargo test
|
Loading…
Add table
Reference in a new issue