mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated unit testing
This commit is contained in:
2
.github/workflows/docker-crawlab.yml
vendored
2
.github/workflows/docker-crawlab.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
if [ -d "$dir" ]; then
|
||||
echo "Running tests in $dir"
|
||||
cd $dir
|
||||
go test ./... -v
|
||||
go test ./...
|
||||
cd ..
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -11,4 +11,4 @@ services:
|
||||
container_name: redis
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "6379:6379"
|
||||
Reference in New Issue
Block a user