Compare commits

..

1 commit

Author SHA1 Message Date
21b13ded6f Forgejo Action: Run npm and cargo commands in the CI.
Some checks failed
CI / check-backend (pull_request) Failing after 8m30s
CI / check-frontend (pull_request) Failing after 1m6s
2025-09-26 22:27:10 -07:00

View file

@ -26,10 +26,7 @@ jobs:
cargo clippy
working-directory: backend
- name: "Unit Tests"
run: |
# libxml needs libclang
apt install clang
cargo test -- --skip api
run: cargo test -- --skip api
working-directory: backend
- name: "Integration Tests"
run: cargo test --test api
@ -58,9 +55,7 @@ jobs:
- name: Typecheck
run: npm run typecheck
working-directory: frontend
- name: Test
run: npm run test
working-directory: frontend