Compare commits

..

1 commit

Author SHA1 Message Date
1c9c88fb79 Forgejo Action: Run npm and cargo commands in the CI.
Some checks failed
CI / check-backend (pull_request) Failing after 3m11s
CI / check-frontend (pull_request) Successful in 2m6s
2025-09-26 22:45:35 -07:00

View file

@ -27,8 +27,8 @@ jobs:
working-directory: backend working-directory: backend
- name: "Unit Tests" - name: "Unit Tests"
run: | run: |
# hurl needs libxml needs libclang # libxml needs libclang
apt update && apt install -y clang apt update && apt install clang
cargo test -- --skip api cargo test -- --skip api
working-directory: backend working-directory: backend
- name: "Integration Tests" - name: "Integration Tests"