mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated unit test
This commit is contained in:
2
.github/workflows/docker-crawlab.yml
vendored
2
.github/workflows/docker-crawlab.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd core
|
||||
go test ./... -parallel 1 -json
|
||||
go test ./...
|
||||
|
||||
build_backend:
|
||||
needs: [ setup, test_backend ]
|
||||
|
||||
@@ -24,4 +24,4 @@ api:
|
||||
endpoint: http://localhost:8000
|
||||
|
||||
log:
|
||||
path: /var/log/crawlab
|
||||
path: /var/log/crawlab
|
||||
Reference in New Issue
Block a user