mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-09 13:09:21 +03:00
Update ci.yaml
This commit is contained in:
parent
054fa4c952
commit
ce077c059e
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -6,12 +6,16 @@ on:
|
||||
branches: [main]
|
||||
jobs:
|
||||
sdk-tests:
|
||||
runs-on: macOS-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Env install
|
||||
run: cd frontend && make install_rust
|
||||
- name: Install Rust
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
rustup toolchain install nightly
|
||||
rustup default nightly
|
||||
- name: Frontend tests
|
||||
run: cd frontend/rust-lib && cargo test
|
||||
- name: Shared-lib tests
|
||||
|
Loading…
Reference in New Issue
Block a user