Parcourir la source

Create frontend_test.yml

AppFlowy.IO il y a 3 ans
Parent
commit
be23b4cc5a
1 fichiers modifiés avec 18 ajouts et 0 suppressions
  1. 18 0
      .github/workflows/frontend_test.yml

+ 18 - 0
.github/workflows/frontend_test.yml

@@ -0,0 +1,18 @@
+name: Frontend_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 tests
+      run: cd frontend/rust-lib && cargo test