Browse Source

Update frontend_test.yml

AppFlowy.IO 3 years ago
parent
commit
89bbd5b893
1 changed files with 3 additions and 1 deletions
  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