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