Fix syncing when network latency is present #4

Merged
schmelczer merged 58 commits from asch/fixes into master 2025-03-16 20:13:50 +00:00
Showing only changes of commit 4c2d5e90d0 - Show all commits

View file

@ -33,6 +33,7 @@ jobs:
run: |
cd backend
RUST_BACKTRACE=1 cargo run -p sync_server &
cd ..
cd ../frontend
npm ci
cd ..
scripts/e2e.sh 32