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