aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
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