update runners
Some checks failed
Fast Reverse Tests / test (push) Failing after 15s
Reverse Tests / test (push) Successful in 8s
Sum Tests / test (push) Successful in 9s

This commit is contained in:
2026-01-30 23:19:37 +05:00
parent 02aefc2a89
commit 4488a76813
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ jobs:
mkdir -p out
javac -d out $(find java -name "*.java")
- name: Run Sum tests
- name: Run Fast Reverse tests
run: |
java -ea -cp out reverse.FastReverseTest Base