all repos — min @ 872a5e9fb83e8f4dec8201821a541680e28ecd9f

A small but practical concatenative programming language.

Updating test CI command.
h3rald h3rald@h3rald.com
Wed, 03 Jun 2026 16:42:49 +0200
commit

872a5e9fb83e8f4dec8201821a541680e28ecd9f

parent

a692659cf8f419eb8327319072c3075d403d28e3

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

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

@@ -48,4 +48,4 @@ min

args: --best --force - name: Test - run: ./min tests/all.min + run: cd tests && ../min install && ../min all.min