diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 803d3c3e0..927de5ed9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'