further CI fixes: require alcotest 1.2.0 (for check'), disable formatting (no .ocamlformat)
This commit is contained in:
parent
48ce55e73e
commit
e0bc795735
2 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ depends: [
|
||||||
"owee"
|
"owee"
|
||||||
"solo5-elftool" {>= "0.3.0"}
|
"solo5-elftool" {>= "0.3.0"}
|
||||||
"decompress" {>= "1.5.0"}
|
"decompress" {>= "1.5.0"}
|
||||||
"alcotest" {with-test}
|
"alcotest" {>= "1.2.0" & with-test}
|
||||||
"ppx_deriving" {with-test}
|
"ppx_deriving" {with-test}
|
||||||
"ppx_deriving_yojson" {with-test}
|
"ppx_deriving_yojson" {with-test}
|
||||||
"yojson" {with-test}
|
"yojson" {with-test}
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
(lang dune 2.7)
|
(lang dune 2.7)
|
||||||
(name builder-web)
|
(name builder-web)
|
||||||
|
(formatting disabled)
|
||||||
|
|
Loading…
Reference in a new issue