Skip to content

Commit 45c6adc

Browse files
committed
updated actions.yml
1 parent 5c8df81 commit 45c6adc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
make requirements
4747
make
4848
- name: Build FPTaylor
49-
run: make
49+
run: opam exec -- make
5050
- name: Run basic tests
5151
run: |
5252
grep opt -C 3 default.cfg
53-
make test
53+
opam exec -- make test
5454
- name: Run basic tests with gelpia
5555
run: |
5656
sed -i "s|^opt = bb|opt = gelpia|g" default.cfg
57-
make test
57+
opam exec -- make test
5858
- name: Regression tests
5959
run: |
6060
cd scripts

0 commit comments

Comments
 (0)