Fix tests for real

This commit is contained in:
Andras Schmelczer 2025-03-16 17:51:59 +00:00
parent 99608b55cd
commit a1a7b200c0
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 1 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Build wasm
run: |
cargo install wasm-pack
cd sync_lib
cd backend/sync_lib
wasm-pack build --target web sync_lib
- name: E2E tests