reorder CI

This commit is contained in:
nora 2022-03-06 17:39:49 +01:00
parent 8070cfc2a9
commit bd5d4c03c5

View file

@ -14,13 +14,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run clippy -D clippy::all
run: cargo clippy --verbose -- -D clippy::all
- name: Check format - name: Check format
run: cargo xtask check-fmt run: cargo build --verbose
- name: Run tests - name: Check clippy
run: cargo clippy --verbose -- -D clippy::all
- name: Run unit tests
run: cargo test --verbose --all run: cargo test --verbose --all
- name: Run client integration tests - name: Run client integration tests
run: cargo xtask test-js run: cargo xtask test-js