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