Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 22, 2023
1 parent c3215ce commit f8b30d7
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-version:
- 4.14.1
- 4.14
- 5.1

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

Expand All @@ -36,63 +37,63 @@ jobs:

- name: run test
run: opam exec -- dune runtest

lint-fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Use OCaml 4.14.x
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
ocaml-compiler: 5.1
dune-cache: true

- name: Lint fmt
uses: ocaml/setup-ocaml/lint-fmt@v2

lint-opam:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Use OCaml 4.14.x
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
ocaml-compiler: 5.1
dune-cache: true

- name: Lint opam
uses: ocaml/setup-ocaml/lint-opam@v2

deploy-doc:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Use OCaml 4.14.x
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
ocaml-compiler: 5.1
dune-cache: true
opam-depext-flags: "--with-doc"

- name: Deploy odoc to GitHub Pages
uses: ocaml/setup-ocaml/deploy-doc@v2

lint-doc:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Use OCaml 4.14.x
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
ocaml-compiler: 5.1
dune-cache: true
opam-depext-flags: "--with-doc"

Expand Down

0 comments on commit f8b30d7

Please sign in to comment.