ci: updated unit test

This commit is contained in:
Marvin Zhang
2024-10-20 19:06:02 +08:00
parent 9bf97d960a
commit e63a68cc73
2 changed files with 1 additions and 2 deletions

View File

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