Skip to content

Commit 246120a

Browse files
committed
cat logs to debug
1 parent eb63023 commit 246120a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
echo "✅ All tests passed successfully"
7373
else
7474
echo "❌ Some tests failed"
75+
echo ""
76+
echo "=== FAILED TEST OUTPUT ==="
77+
cat benchmark_results.txt
78+
echo ""
79+
echo "=== END FAILED TEST OUTPUT ==="
7580
exit 1
7681
fi
7782

0 commit comments

Comments
 (0)