Skip to content

Commit

Permalink
Fix ci failures
Browse files Browse the repository at this point in the history
  • Loading branch information
liam923 committed Nov 1, 2024
1 parent 079c80a commit 924dec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flambda-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
working-directory: merlin-jst
run: |
export MERLIN_TEST_OCAML_PATH=$GITHUB_WORKSPACE/flambda-backend/_install
opam exec -- dune runtest -p merlin-lib,dot-merlin-reader,merlin
opam exec -- dune runtest -p merlin-lib,dot-merlin-reader,merlin,ocaml-index
2 changes: 1 addition & 1 deletion tests/test-dirs/version.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ $MERLIN single version | revert-newlines | jq .value
{
"version": "The Merlin toolkit version %VERSION%, for Ocaml 5.1.1\n",
"version": "The Merlin toolkit version %VERSION%, for Ocaml 5.2.0\n",
"magicNumbers": {
"cmi_magic_number": "Caml1999I552",
"ast_intf_magic_number": "Caml1999N552",
Expand Down

0 comments on commit 924dec8

Please sign in to comment.