From e1580755e976bc1da39287c403d455ec74673125 Mon Sep 17 00:00:00 2001 From: haxala1r Date: Tue, 30 Sep 2025 21:49:37 +0300 Subject: [PATCH] Use correct path for test executable --- .woodpecker/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index c9139ca..2e4b32a 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -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. \ No newline at end of file