ref: 98209f4e8272dd76d721b4cecc744f788c3c78b9
parent: c35085e2b7919dffcacf5d1aee94836fde64d03a
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 27 14:25:15 EST 2023
More test
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -62,11 +62,13 @@
- name: make mhseval
run: make CONF=unix-32 bin/mhseval
shell: alpine.sh {0}- - name: simple test
- run: bin/mhseval +RTS -v -v -v -v -rcomb/simple.comb
- shell: alpine.sh {0}+# - name: simple test
+# 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 -RTS -itests Nfib
+ run: |
+ bin/mhs +RTS -v -v -RTS -itests Nfib
+ bin/mhseval
shell: alpine.sh {0}# - name: make everytestmhs
# run: make CONF=unix-32 everytestmhs
--
⑨