Update ci.yaml

This commit is contained in:
AppFlowy.IO 2021-11-20 14:41:27 +08:00 committed by GitHub
parent 01cc16d50f
commit 910a70fb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build and Test
- name: Env install
run: cd frontend && make install_rust && make install_cargo_make && cargo make install_targets
- uses: actions/checkout@v2
unit_test:
runs-on: macOS-latest
steps:
- name: Run frontend tests
run: cd frontend/rust-lib && cargo test
- name: Run shared-lib tests