Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jul 4, 2024
1 parent 87e9841 commit dca12e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build and test in release mode (windows)
if: matrix.os == 'windows-latest'
run: |
opam exec -- dune runtest -p merlin-lib,dot-merlin-reader,merlin,ocaml-index
opam exec -- dune runtest -p merlin-lib,dot-merlin-reader,ocaml-index,merlin
- name: Build and test in release mode (macos/linux)
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit dca12e3

Please sign in to comment.