Skip to content

Commit

Permalink
ci: run tests on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon authored and maiste committed Nov 7, 2024
1 parent 619c098 commit 900435b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,9 @@ jobs:
opam exec -- make dev-deps
if: ${{ matrix.skip_test == false }}

- name: Run test suite on Unix
- name: Run test suite
run: opam exec -- make test
if: ${{ matrix.os != 'windows-latest' && matrix.skip_test == false }}

- name: Run test suite on Win32
run: opam exec -- make test-windows
if: ${{ matrix.os == 'windows-latest' && matrix.skip_test == false }}
if: ${{ matrix.skip_test == false }}

- name: Build configurator
run: opam install ./dune-configurator.opam
Expand Down

0 comments on commit 900435b

Please sign in to comment.