Test lib & cli separately in CI

This commit is contained in:
Filip Tibell 2023-01-21 00:04:38 -05:00
parent 9cef9e01e5
commit 9e4ad3fd84
No known key found for this signature in database

View file

@ -28,5 +28,8 @@ jobs:
- name: Clippy
run: cargo clippy
- name: Test
run: cargo test
- name: Test - Lune
run: cargo test --lib
- name: Test - CLI
run: cargo test --bin lune