From 61612cc48238b4d29b02b7c81eb86d152eab195e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Fri, 4 Oct 2024 11:24:34 +0200 Subject: [PATCH] Twik --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d543ab76f..f52d87496 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,16 +64,10 @@ jobs: opam pin menhirLib 20201216 --no-action opam install menhir csexp alcotest yojson conf-jq ocamlfind --yes - - name: Build and test in release mode (windows) - if: matrix.os == 'windows-latest' + - name: Build and test in release mode run: | 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' - run: | - opam install . --with-test --yes - - name: Build in dev mode to check parser changes if: matrix.os == 'ubuntu-latest' run: |