Remove old CLI tests

This commit is contained in:
Filip Tibell 2023-06-28 12:11:06 +02:00
parent 66e122ea63
commit 2e68895aea
No known key found for this signature in database
2 changed files with 1 additions and 8 deletions

View file

@ -33,8 +33,5 @@ jobs:
- name: Clippy - name: Clippy
run: cargo clippy run: cargo clippy
- name: Test - Lune - name: Test
run: just test run: just test
- name: Test - CLI
run: just test-cli

View file

@ -10,10 +10,6 @@ run-file FILE_NAME:
test: test:
cargo test --package lune -- --test-threads 1 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 directory
generate-gitbook: generate-gitbook:
rm -rf ./gitbook rm -rf ./gitbook