Skip to content

Commit

Permalink
Twik
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 4, 2024
1 parent 58f8112 commit 61612cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 61612cc

Please sign in to comment.