mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
do not run some tests on mac OS
This commit is contained in:
parent
8e240357b5
commit
ef6811e062
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
(action
|
||||
(run %{project_root}/src/cpp/cpp.exe %{input-file})))
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(and
|
||||
(= %{system} "linux")
|
||||
(>= %{ocaml_version} 5.0)))
|
||||
(package moonpool)
|
||||
(libraries
|
||||
moonpool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue