diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a33fde..857ad52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.justfile b/.justfile index b2f904a..8f9e9b8 100644 --- a/.justfile +++ b/.justfile @@ -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