commit d6aa81aa1eef2511c5746caeb07ceb4d57d4f865 parent ea45859a32376e801c7e190174a210a690b02f15 Author: Drew DeVault <sir@cmpwn.com> Date: Thu, 4 Feb 2021 13:52:16 -0500 .build.yml: build & run tests Diffstat:
M | .build.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -20,3 +20,9 @@ tasks: cp config.example.mk config.mk ln -s ../stdlib ./ make +- tests: | + cd hare + make hare-tests +- check: | + cd hare + make check