Browse Source

Update frontend_test.yml

AppFlowy.IO 3 năm trước cách đây
mục cha
commit
89bbd5b893
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/frontend_test.yml

+ 3 - 1
.github/workflows/frontend_test.yml

@@ -14,5 +14,7 @@ jobs:
     runs-on: macOS-latest
     steps:
     - uses: actions/checkout@v2
-    - name: Run tests
+    - name: Run frontend tests
       run: cd frontend/rust-lib && cargo test
+    - name: Run shared-lib tests
+      run: cd shared-lib && cargo test