Fix tests and ignore expensive test

This commit is contained in:
Andras Schmelczer 2025-04-05 13:45:28 +01:00
parent b15e0319a3
commit b0c6c082a1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 10 additions and 7 deletions

View file

@ -45,7 +45,7 @@ jobs:
- name: Test backend
run: |
cd backend
cargo test --verbose
cargo test --verbose -- --include-ignored
cd sync_lib
wasm-pack test --node