Use correct path for test executable
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-09-30 21:49:37 +03:00
committed by Emin Arslan
parent 8fc3e82173
commit e1580755e9

View File

@@ -14,7 +14,7 @@ steps:
image: ubuntu
commands:
# Automated tests, this should not fail
- ./test
- ./build/test
# Manual test, you can see the output of this in woodpecker
- echo "(print 42)" | ./build/main
# TODO: add publish step, when we're at a working state.