mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
reorder CI
This commit is contained in:
parent
8070cfc2a9
commit
bd5d4c03c5
1 changed files with 4 additions and 6 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -14,13 +14,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
run: cargo xtask check-fmt
|
||||
- name: Run tests
|
||||
run: cargo build --verbose
|
||||
- name: Check clippy
|
||||
run: cargo clippy --verbose -- -D clippy::all
|
||||
- name: Run unit tests
|
||||
run: cargo test --verbose --all
|
||||
- name: Run client integration tests
|
||||
run: cargo xtask test-js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue