all repos — min @ 40a075c89ae525ef335ecd6a651167216c38da2d

A small but practical concatenative programming language.

Updated windows tests.
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 14:26:34 +0200
commit

40a075c89ae525ef335ecd6a651167216c38da2d

parent

773184f395e2f83864f91ce1cf1c3c47483432d4

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 tests/all.min + run: min\\min.exe tests/all.min if: matrix.os == 'windows-latest'