ci: updated unit test

This commit is contained in:
Marvin Zhang
2024-10-20 18:59:25 +08:00
parent eaf05c1bd2
commit 9bf97d960a
2 changed files with 2 additions and 9 deletions

View File

@@ -98,15 +98,7 @@ jobs:
- name: Run tests
run: |
cd core
go test ./...
# for dir in core db fs grpc vcs trace; do
# if [ -d "$dir" ]; then
# echo "Running tests in $dir"
# cd $dir
# go test ./...
# cd ..
# fi
# done
go test ./... -parallel 1
build_backend:
needs: [ setup, test_backend ]

View File

@@ -25,3 +25,4 @@ api:
log:
path: /var/log/crawlab