Compare commits
1 commit
98638f8c52
...
21b13ded6f
| Author | SHA1 | Date | |
|---|---|---|---|
| 21b13ded6f |
1 changed files with 1 additions and 6 deletions
|
|
@ -26,10 +26,7 @@ jobs:
|
||||||
cargo clippy
|
cargo clippy
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
- name: "Unit Tests"
|
- name: "Unit Tests"
|
||||||
run: |
|
run: cargo test -- --skip api
|
||||||
# libxml needs libclang
|
|
||||||
apt install clang
|
|
||||||
cargo test -- --skip api
|
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
- name: "Integration Tests"
|
- name: "Integration Tests"
|
||||||
run: cargo test --test api
|
run: cargo test --test api
|
||||||
|
|
@ -58,9 +55,7 @@ jobs:
|
||||||
|
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: npm run typecheck
|
run: npm run typecheck
|
||||||
working-directory: frontend
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
working-directory: frontend
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue