fix tests
🏗️ Build and Test JellyTau / Build APK and Run Tests (push) Failing after 15s
Traceability Validation / Check Requirement Traces (push) Failing after 1s

This commit is contained in:
2026-02-14 16:49:14 +01:00
parent 59270e8a4f
commit 179c51a6fe
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ jobs:
bun install
- name: Run frontend tests
run: bun test
run: |
bunx svelte-kit sync
bun test
- name: Run Rust tests
run: |