1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-23 15:47:45 +00:00

Run tests on the CI

This commit is contained in:
Joshua Goins 2024-06-29 15:02:21 -04:00
parent bacd83477c
commit e1bfe4ee25

View file

@ -29,3 +29,5 @@ jobs:
run: cargo build --verbose
- name: Run clippy
run: cargo clippy
- name: Run tests
run: cargo test --verbose