Create frontend_test.yml

This commit is contained in:
AppFlowy.IO 2021-11-20 09:53:37 +08:00 committed by GitHub
parent 8fc2089d51
commit be23b4cc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/frontend_test.yml vendored Normal file
View File

@ -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