build: Limit cargo test to pomomon-garden package
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-
|
||||
- name: Run Tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --workspace --package pomomon-garden
|
||||
build:
|
||||
name: Build Linux
|
||||
needs: test
|
||||
|
||||
Reference in New Issue
Block a user