all repos — min @ fe0f0e3416ae1eaeec7ffc4b8f902234007c92c3

A small but practical concatenative programming language.

Updated windows test workflow
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 14:40:37 +0200
commit

fe0f0e3416ae1eaeec7ffc4b8f902234007c92c3

parent

40a075c89ae525ef335ecd6a651167216c38da2d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/test.yml.github/workflows/test.yml

@@ -93,5 +93,5 @@ if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'

# Test (*Windows) - name: Test - run: min\\min.exe tests/all.min + run: pwd; min.exe tests/all.min if: matrix.os == 'windows-latest'