Files
prog-intro-2025/.gitea/workflows/fast-reverse.yml
me 304f238a8a
Some checks failed
Fast Reverse Tests / test (push) Failing after 35s
Reverse Tests / test (push) Successful in 9s
Sum Tests / test (push) Successful in 7s
Word Stat Tests / test (push) Successful in 8s
add tests for hw5
2026-02-02 12:06:48 +05:00

23 lines
442 B
YAML

name: Fast Reverse Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Compile Java
run: |
mkdir -p out
javac -d out $(find java -name "*.java")
- name: Run Fast Reverse tests
run: |
java -ea -cp out reverse.FastReverseTest Base 3233 3435 3637 3839 4142 4749