Fix wasm tests

This commit is contained in:
Andras Schmelczer 2025-01-05 20:58:12 +00:00
parent e43a13648b
commit f1cc7441a4
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 23 additions and 27 deletions

View file

@ -44,7 +44,7 @@ jobs:
cd backend
cargo test --verbose
cd sync_lib
wasm-pack test --firefox --headless
wasm-pack test --node
- name: Lint frontend
run: |