mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
Update frontend_test.yml
This commit is contained in:
parent
8e994a954e
commit
89bbd5b893
1 changed files with 3 additions and 1 deletions
4
.github/workflows/frontend_test.yml
vendored
4
.github/workflows/frontend_test.yml
vendored
|
@ -14,5 +14,7 @@ jobs:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run frontend tests
|
||||||
run: cd frontend/rust-lib && cargo test
|
run: cd frontend/rust-lib && cargo test
|
||||||
|
- name: Run shared-lib tests
|
||||||
|
run: cd shared-lib && cargo test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue