소스 검색

Update ci.yaml

add backend ci
AppFlowy.IO 3 년 전
부모
커밋
19521bf695
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .github/workflows/ci.yaml

+ 7 - 0
.github/workflows/ci.yaml

@@ -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