Compare commits
1 commit
1c9c88fb79
...
e10f0d25c4
| Author | SHA1 | Date | |
|---|---|---|---|
| e10f0d25c4 |
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ jobs:
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
- name: "Unit Tests"
|
- name: "Unit Tests"
|
||||||
run: |
|
run: |
|
||||||
# libxml needs libclang
|
# hurl needs libxml needs libclang
|
||||||
apt update && apt install clang
|
apt update && apt install -y clang
|
||||||
cargo test -- --skip api
|
cargo test -- --skip api
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
- name: "Integration Tests"
|
- name: "Integration Tests"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue