mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
Update ci.yaml
This commit is contained in:
parent
81511764c4
commit
7f70036951
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
|
|
@ -12,4 +12,15 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
- name: Build and Test
|
||||
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
|
||||
run: cd shared-lib && cargo test
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue