Compare commits
1 commit
706f0deb64
...
112e563721
| Author | SHA1 | Date | |
|---|---|---|---|
| 112e563721 |
1 changed files with 0 additions and 5 deletions
|
|
@ -28,25 +28,20 @@ jobs:
|
|||
workspaces: "backend"
|
||||
- name: "Check Format"
|
||||
run: cargo fmt --check
|
||||
working-directory: backend
|
||||
- name: "Build"
|
||||
run: |
|
||||
# hurl needs libxml needs libclang
|
||||
apt update && apt install -y clang
|
||||
cargo build --tests
|
||||
working-directory: backend
|
||||
- name: "Lint"
|
||||
run: |
|
||||
rustup component add clippy
|
||||
cargo clippy
|
||||
working-directory: backend
|
||||
- name: "Unit Tests"
|
||||
run: |
|
||||
cargo test -- --skip api
|
||||
working-directory: backend
|
||||
- name: "Integration Tests"
|
||||
run: cargo test --test api
|
||||
working-directory: backend
|
||||
|
||||
check-frontend:
|
||||
name: Frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue