Skip to content

Commit 12c0b6e

Browse files
committed
Compile everything in CI (incl. benchmarks).
We do not run benchmarks as the container does not seem to let us run perf by default, and we don't care much to run benchmarks all the time anyway.
1 parent fc221bb commit 12c0b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: "Running tests..."
3939
run: |
4040
eval $(opam env)
41+
make
4142
make tests

0 commit comments

Comments
 (0)