ci: updated unit test

This commit is contained in:
Marvin Zhang
2024-10-20 19:15:31 +08:00
parent e63a68cc73
commit d7dcb17f35
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 ]