mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-09 13:09:21 +03:00
Update ci.yaml
add backend ci
This commit is contained in:
parent
4e9472c3e8
commit
19521bf695
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -49,3 +49,10 @@ jobs:
|
||||
cargo install --force duckscript_cli
|
||||
cargo make flowy_dev
|
||||
cargo make -p development-linux-x86 appflowy-linux-dev
|
||||
build-backend:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Run backend tests
|
||||
run: cd backend && cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user