Skip to content

Commit f4cf3c9

Browse files
committed
Fix test CI targets to reuse the env variables computed in the Makefile
1 parent f1a1c87 commit f4cf3c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: opam exec -- dune build @install
5757

5858
- name: Run tests
59-
run: opam exec -- dune test
59+
run: opam exec -- make test
6060

6161
# - name: Format code
6262
# run: opam exec -- dune build --auto-promote @fmt

.github/workflows/debug-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: opam exec -- dune build @install
5050

5151
- name: Run tests
52-
run: opam exec -- dune test
52+
run: opam exec -- make test
5353

5454
- name: Format code
5555
run: opam exec -- dune build --auto-promote @fmt

0 commit comments

Comments
 (0)