ci: updated unit test

This commit is contained in:
Marvin Zhang
2024-10-20 19:15:31 +08:00
parent 192565830f
commit e6335254dd
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ jobs:
- name: Run tests
run: |
cd core
go test ./... -parallel 1 -json
go test ./...
build_backend:
needs: [ setup, test_backend ]