mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-15 20:08:05 +00:00
chore: migrate repository to standard knowledge base layout
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# 测试所有服务
|
||||
set -e
|
||||
|
||||
echo "Testing all services..."
|
||||
for dir in services/*/; do
|
||||
echo "Testing $dir"
|
||||
# cd "$dir" && pytest tests/
|
||||
done
|
||||
echo "Done!"
|
||||
Reference in New Issue
Block a user