Skip to content

Commit 314442d

Browse files
ethercrowBodigrim
authored andcommitted
Compile the benchmarks on macOS
1 parent 853d485 commit 314442d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows_and_macOS.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636
run: cabal haddock
3737
- name: SDist
3838
run: cabal sdist
39+
- name: Build bench
40+
run: cabal bench --benchmark-option=-l
41+
if: contains(matrix.os, 'macOS')

0 commit comments

Comments
 (0)