Update ci.yaml

This commit is contained in:
AppFlowy.IO 2021-11-22 21:24:36 +08:00 committed by GitHub
parent db5d9aa891
commit 91d9516dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,10 +49,3 @@ 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