Add sync test (#678)

This commit is contained in:
Sung 2025-09-28 22:25:34 -07:00 committed by GitHub
commit a26037f83a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3891 additions and 1 deletions

View file

@ -47,3 +47,7 @@ jobs:
- name: Test app
run: |
make test-api
- name: Test e2e
run: |
make test-e2e