fork bomb handling and gdb support
All checks were successful
Release / Build & publish (push) Successful in 7s

This commit is contained in:
2026-04-06 17:59:26 +03:00
parent c030d91911
commit 9b9a790618
4 changed files with 63 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ name: judge
run-name: "Sum tests (${{ inputs.student_url || github.repository }})"
on:
push:
pull_request:
workflow_dispatch:
inputs:
student_url:
@@ -143,7 +141,7 @@ jobs:
# runner auto-detects .exe suffix on Windows
judge "$SUITE_FILE" . --json $WRAPPER_ARG > "$GITHUB_WORKSPACE/${REPORT_NAME}.json" || true
judge "$SUITE_FILE" . $WRAPPER_ARG || true
judge "$SUITE_FILE" . $WRAPPER_ARG
- name: Upload report
if: ${{ always() }}