Compare commits

..

1 commit

Author SHA1 Message Date
e10f0d25c4 Forgejo Action: Run npm and cargo commands in the CI.
All checks were successful
CI / check-backend (pull_request) Successful in 12m45s
CI / check-frontend (pull_request) Successful in 2m14s
2025-09-26 22:51:09 -07:00

View file

@ -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"