feat(workflow): run tests in workspace instead of just frontend
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user