Compare commits
1 commit
1c9c88fb79
...
98638f8c52
| Author | SHA1 | Date | |
|---|---|---|---|
| 98638f8c52 |
2 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: "Unit Tests"
|
||||
run: |
|
||||
# libxml needs libclang
|
||||
apt update && apt install clang
|
||||
apt install clang
|
||||
cargo test -- --skip api
|
||||
working-directory: backend
|
||||
- name: "Integration Tests"
|
||||
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
working-directory: frontend
|
||||
|
||||
- name: Typecheck
|
||||
run: npm run typecheck || echo "Failed"
|
||||
run: npm run typecheck
|
||||
working-directory: frontend
|
||||
|
||||
- name: Test
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -23,7 +23,7 @@ fmt: fmt-backend fmt-frontend
|
|||
|
||||
fmt-check: fmt-check-backend fmt-check-frontend
|
||||
|
||||
lint: lint-backend lint-frontend typecheck-frontend
|
||||
lint: lint-backend lint-frontend
|
||||
|
||||
check: fmt-check lint test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue