ci:test release without llvm dependency

This commit is contained in:
luoliwoshang
2025-09-09 12:03:35 +08:00
parent 92beb562bf
commit d0cf57fa95
3 changed files with 31 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ runs:
Hello, LLGo!
Hello, LLGo!
Hello LLGo by cpp/std.Str"
OUTPUT=$(llgo run . 2>&1)
OUTPUT=$(llgo run . 2>&1 | tee /dev/stderr)
if echo "$OUTPUT" | grep -qF "$EXPECTED"; then
echo "Basic test passed"
else