From c82f4a18c2cef134e3ef2621dfbc91cf1587b5c7 Mon Sep 17 00:00:00 2001 From: Oldes Date: Mon, 13 Jun 2022 12:55:36 +0200 Subject: [PATCH] Build: fixed wrong file name --- .github/workflows/main.yml | 2 +- test/test.r3 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b89a6e..7609c8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: product: Bulk # premultiply is not part of Core in this version - name: Test extension - run: ./rebol3.exe test/test.r3 + run: ./rebol3 test/test.r3 - name: Compress 64bit Rebol Blend2d extension run: gzip -9 ./blend2d-macos-x64.rebx diff --git a/test/test.r3 b/test/test.r3 index 31a2ee0..e2160bd 100644 --- a/test/test.r3 +++ b/test/test.r3 @@ -135,5 +135,7 @@ img: draw 480x480 [ save %test-result-05.png img unless CI? [view img] +print b2d/info + unless CI? [ask "done"] unless CI? [wait 3] \ No newline at end of file