feat(workflow): run tests in workspace instead of just frontend
This commit is contained in:
parent
436f3a21f0
commit
4e83e845e2
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -36,7 +36,6 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
|
|
||||||
- name: run frontend tests
|
- name: run tests
|
||||||
working-directory: ./frontend/
|
|
||||||
run: |
|
run: |
|
||||||
cargo test
|
cargo test --workspace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user