Test on firefox instead

This commit is contained in:
Andras Schmelczer 2025-01-03 22:38:34 +00:00
parent 183e8eee5b
commit b9cf16be18
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

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