Skip to content

Commit

Permalink
Only use GitHub actions to test on Windows
Browse files Browse the repository at this point in the history
Ocaml-CI already tests on Linux and macOS.
  • Loading branch information
polytypic committed Aug 17, 2023
1 parent 7ef71d8 commit 3e223f0
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,6 @@ on:
- main

jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- 5.0.0

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

steps:
- name: Checkout code
uses: actions/checkout@v3

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

- name: Install dependencies
run: opam install . --deps-only --with-test

- name: Build
run: opam exec -- dune build

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

build-windows:
runs-on: windows-latest

Expand Down

0 comments on commit 3e223f0

Please sign in to comment.