소스 검색

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