ci: updated unit testing

This commit is contained in:
Marvin Zhang
2024-10-20 18:51:21 +08:00
parent d7ac9ebb1f
commit 4163538812
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ jobs:
if [ -d "$dir" ]; then
echo "Running tests in $dir"
cd $dir
go test ./... -v
go test ./...
cd ..
fi
done

View File

@@ -11,4 +11,4 @@ services:
container_name: redis
restart: always
ports:
- "6379:6379"
- "6379:6379"