Skip to content

Commit

Permalink
Improved GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Aug 1, 2024
1 parent a73629d commit 3ebe7be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ jobs:
matrix:
include:
- os: ubuntu-latest
ocaml-compiler: 4.14.0
ocaml-compiler: 5.2.0
- os: macos-latest
ocaml-compiler: 4.13.1
ocaml-compiler: 5.2.0

runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- run: opam install -t --deps-only .

- run: opam exec -- make

- run: opam exec -- make -C test

0 comments on commit 3ebe7be

Please sign in to comment.