shithub: MicroHs

Download patch

ref: c35085e2b7919dffcacf5d1aee94836fde64d03a
parent: 9ebb37c340b1c3dbd066799cceffbd06292ae421
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 27 14:22:31 EST 2023

Test

--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -66,7 +66,7 @@
       run: bin/mhseval +RTS -v -v -v -v -rcomb/simple.comb
       shell: alpine.sh {0}
     - name: mhs test
-      run: bin/mhs +RTS -v -v -v -v -RTS Bad
+      run: bin/mhs +RTS -v -v -v -RTS -itests Nfib
       shell: alpine.sh {0}
 #    - name: make everytestmhs
 #      run: make CONF=unix-32 everytestmhs
--