浏览代码

Update ci.yaml

AppFlowy.IO 3 年之前
父节点
当前提交
91d9516dc7
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      .github/workflows/ci.yaml

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

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