Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
add backend ci
  • Loading branch information
appflowy authored Nov 22, 2021
1 parent 1ff52bb commit 7d03828
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d03828

Please sign in to comment.