فهرست منبع

Update frontend_test.yml

AppFlowy.IO 3 سال پیش
والد
کامیت
89bbd5b893
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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