diff options
author | Marvin Borner | 2024-02-29 14:56:44 +0100 |
---|---|---|
committer | Marvin Borner | 2024-02-29 14:57:00 +0100 |
commit | d4c090b4ab33daa97a44ffad29b48922bbd60e27 (patch) | |
tree | 155890dc039d43f22e22a144031ae4290014cea8 /.github/workflows/ci.yml | |
parent | d64bbff1f00e31a92031a44395958a360c93171b (diff) |
Added HigherOrder to test CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 920d50c..f48cd1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: run: sudo apt-get install hyperfine - name: Install bruijn run: stack install + - name: Run HigherOrder tests and measure time + run: cd std/ && ./test_all.sh HigherOrder - name: Run RKNL tests and measure time run: cd std/ && ./test_all.sh RKNL - name: Run ION tests and measure time |