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