This commit is contained in:
Andras Schmelczer 2025-03-16 10:32:43 +00:00
parent 3649f335fe
commit 031628cff9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 42 additions and 46 deletions

View file

@ -59,12 +59,3 @@ jobs:
run: |
cd frontend
npm run test
- name: E2E tests
run: |
cd ../backend
UST_BACKTRACE=1 cargo run -p sync_server &
cd -
npm run build
test-client/run.sh 32