Skip to content

Commit fff2060

Browse files
committed
Add opam exec
1 parent d8f1c68 commit fff2060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322

323323
- name: Run analysis/tools tests
324324
if: runner.os != 'Windows'
325-
run: make -C analysis test && make -C tools/tests test
325+
run: opam exec -- make -C analysis test && make -C tools/tests test
326326

327327
- name: Run gentype tests
328328
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)