Skip to content

Commit

Permalink
Added HigherOrder to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner committed Feb 29, 2024
1 parent d64bbff commit d4c090b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4c090b

Please sign in to comment.