feat(workflow): run tests in workspace instead of just frontend

This commit is contained in:
itsscb 2024-09-09 10:43:03 +02:00
parent 436f3a21f0
commit 4e83e845e2

View File

@ -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