Skip to content

Commit e4e9a9f

Browse files
committed
Also disable with-test on 5.3
1 parent 3cde062 commit e4e9a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build: [
4242
"-j"
4343
jobs
4444
"@install"
45-
"@runtest" {with-test & arch != "ppc64" & arch != "riscv64" }
45+
"@runtest" {with-test & arch != "ppc64" & arch != "riscv64" & ocaml:version < "5.3"}
4646
"@doc" {with-doc}
4747
]
4848
]

0 commit comments

Comments
 (0)