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
|
||||
toolchain: nightly
|
||||
|
||||
- name: run frontend tests
|
||||
working-directory: ./frontend/
|
||||
- name: run tests
|
||||
run: |
|
||||
cargo test
|
||||
cargo test --workspace
|
||||
|
Loading…
x
Reference in New Issue
Block a user