mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Test lib & cli separately in CI
This commit is contained in:
parent
9cef9e01e5
commit
9e4ad3fd84
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue