hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 8be9728f71ac0fbc66339d8975e86c7b1ddc44a9
parent 3d16fdd479c51bf2340e1810830430730d5d1130
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 14 Mar 2021 16:17:18 -0400

.build.yml: hare-tests has been moved

Diffstat:
M.build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -20,7 +20,7 @@ tasks: make - tests: | cd hare - make cmd/hare/hare-tests + make .bin/hare-tests - check: | cd hare make check