1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-21 12:17:45 +00:00

Add unit tests to CI

This commit is contained in:
Joshua Goins 2022-07-27 20:58:21 -04:00
parent 92be18da39
commit e9263767c4

View file

@ -11,3 +11,6 @@ tasks:
- deny-check: |
cd physis
cargo deny check
- test: |
cd physis
cargo test