Update frontend_test.yml

This commit is contained in:
AppFlowy.IO 2021-11-20 10:54:51 +08:00 committed by GitHub
parent 8e994a954e
commit 89bbd5b893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
- name: Run frontend tests
run: cd frontend/rust-lib && cargo test
- name: Run shared-lib tests
run: cd shared-lib && cargo test