mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Remove old CLI tests
This commit is contained in:
parent
66e122ea63
commit
2e68895aea
2 changed files with 1 additions and 8 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -33,8 +33,5 @@ jobs:
|
|||
- name: Clippy
|
||||
run: cargo clippy
|
||||
|
||||
- name: Test - Lune
|
||||
- name: Test
|
||||
run: just test
|
||||
|
||||
- name: Test - CLI
|
||||
run: just test-cli
|
||||
|
|
|
@ -10,10 +10,6 @@ run-file FILE_NAME:
|
|||
test:
|
||||
cargo test --package lune -- --test-threads 1
|
||||
|
||||
# Run tests for the Lune CLI
|
||||
test-cli:
|
||||
cargo test --package lune-cli
|
||||
|
||||
# Generate gitbook directory
|
||||
generate-gitbook:
|
||||
rm -rf ./gitbook
|
||||
|
|
Loading…
Reference in a new issue