File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3434
3535 - run : opam install . --deps-only --with-test
3636
37- - run : opam exec -- dune build -p notty-community
37+ - run : opam exec -- dune build
3838
39- - run : opam exec -- dune runtest -p notty-community
39+ - run : opam exec -- dune runtest
4040
4141 lint-doc :
4242 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11(executable
22 (name speed)
3+ (enabled_if (= %{profile} "bench"))
34 (libraries notty-community notty-community.unix common unmark unmark.cli))
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "cppo" {build & >= "1.1.0"}
2323 "uutf" {>= "1.0.0"}
2424 "uucp" {with-dev-setup}
25+ "lwt" {with-test}
2526 "odoc" {with-doc}
2627]
2728depopts: ["lwt"]
You can’t perform that action at this time.
0 commit comments