Use correct path for test executable
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
|||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
# Automated tests, this should not fail
|
# Automated tests, this should not fail
|
||||||
- ./test
|
- ./build/test
|
||||||
# Manual test, you can see the output of this in woodpecker
|
# Manual test, you can see the output of this in woodpecker
|
||||||
- echo "(print 42)" | ./build/main
|
- echo "(print 42)" | ./build/main
|
||||||
# TODO: add publish step, when we're at a working state.
|
# TODO: add publish step, when we're at a working state.
|
Reference in New Issue
Block a user