mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated unit test
This commit is contained in:
10
.github/workflows/docker-crawlab.yml
vendored
10
.github/workflows/docker-crawlab.yml
vendored
@@ -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 ]
|
||||
|
||||
@@ -25,3 +25,4 @@ api:
|
||||
|
||||
log:
|
||||
path: /var/log/crawlab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user