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