debug(ci): upload test_output.log as artifact on failure

This commit is contained in:
2026-05-13 12:04:59 +03:00
parent 6978097768
commit f50cbd1555
+7
View File
@@ -30,6 +30,13 @@ jobs:
tail -n 200 test_output.log tail -n 200 test_output.log
exit $EXIT exit $EXIT
- name: Upload test log on failure
if: failure()
uses: actions/upload-artifact@v4
with:
name: test-log
path: test_output.log
- name: Compile benchmarks - name: Compile benchmarks
run: nim c -d:release --threads:on benchmarks/bench_all.nim run: nim c -d:release --threads:on benchmarks/bench_all.nim