瀏覽代碼

Delete integration_test.yml

AppFlowy.IO 3 年之前
父節點
當前提交
81511764c4
共有 1 個文件被更改,包括 0 次插入20 次删除
  1. 0 20
      .github/workflows/integration_test.yml

+ 0 - 20
.github/workflows/integration_test.yml

@@ -1,20 +0,0 @@
-name: integration_test
-
-on:
-  push:
-    branches: [ main ]
-  pull_request:
-    branches: [ main ]
-
-env:
-  CARGO_TERM_COLOR: always
-
-jobs:
-  build:
-    runs-on: macOS-latest
-    steps:
-    - uses: actions/checkout@v2
-    - name: Run frontend tests
-      run: cd frontend/rust-lib && cargo test
-    - name: Run shared-lib tests
-      run: cd shared-lib && cargo test