Forgot to set validate mode for tests.
All checks were successful
Solve / example-action (push) Successful in 31s

This commit is contained in:
Logiar 2024-12-03 08:28:42 +01:00
parent 07e25fadd1
commit 3992e5f484
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

View File

@ -16,7 +16,7 @@ jobs:
java-version: '21'
- uses: https://github.com/fwilhe2/setup-kotlin@main
- name: Run tests
run: ./simpletest.sh
run: ./simpletest.sh validate
- name: Solutions
run: |
set -e