Skip to content

Commit ff8d8ba

Browse files
committed
Use opam to execute commands under the opam environment
1 parent cc9f487 commit ff8d8ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737

3838
- run: |
3939
opam install . --deps-only --with-doc --with-test
40-
eval $(opam env)
41-
dune runtest
40+
opam exec -- dune runtest
4241
4342
- run: |
4443
for package in ${{ matrix.packages }}; do

0 commit comments

Comments
 (0)