mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +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
|
- 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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue