Skip to content

Commit

Permalink
Clenaup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 1, 2024
1 parent 023635a commit 8836cac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
ocaml-compiler:
- 4.14.x
- 5.0.x
skip-test:
- false
include:
- os: ubuntu-latest
ocaml-compiler: 4.8.x
skip-test: true

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

Expand All @@ -52,15 +46,10 @@ jobs:
dune-cache: ${{ matrix.os == 'ubuntu-latest' }}

- run: opam install . --with-test
if: ${{ !matrix.skip-test }}

- run: opam install .
if: ${{ matrix.skip-test }}

- run: opam exec -- make build

- run: opam exec -- make test
if: ${{ !matrix.skip-test }}

- run: opam exec -- git diff --exit-code

Expand Down

0 comments on commit 8836cac

Please sign in to comment.