Skip to content

Commit

Permalink
Test on 5.2.0 on Windows on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Jul 1, 2024
1 parent 23ba8f3 commit 08374d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
jobs:
build-windows:
strategy:
fail-fast: false
matrix:
ocaml-compiler:
- ocaml.5.0.0,ocaml-option-mingw
- ocaml.5.1.1,ocaml-option-mingw
- ocaml.5.2.0,ocaml-option-mingw

runs-on: windows-latest

Expand Down
2 changes: 1 addition & 1 deletion lib/multicore_bench.mli
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
To use the framework one typically opens it
{[
open Multicore_bench
# open Multicore_bench
]}
which brings a number of submodules into scope. *)
Expand Down

0 comments on commit 08374d8

Please sign in to comment.