all repos — min @ 1c9f8dfd6ec7220822228d2ae9d382b9a7c21c7e

A small but practical concatenative programming language.

Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 08 Dec 2020 14:56:14 +0100
commit

1c9f8dfd6ec7220822228d2ae9d382b9a7c21c7e

parent

4eb201c92a83209e1e3f06c93c8f90967fe94004

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

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

@@ -1,5 +1,3 @@

-# This is a basic workflow to help you get started with Actions - name: CI # Controls when the action will run.

@@ -46,4 +44,4 @@ - name: Build

run: nimble -y build - name: Test - run: ./min tests/all + run: ./min tests/all.min