Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- run: opam install . --deps-only --with-test

- run: opam exec -- dune build -p notty-community
- run: opam exec -- dune build

- run: opam exec -- dune runtest -p notty-community
- run: opam exec -- dune runtest

lint-doc:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions benchmarks/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(executable
(name speed)
(enabled_if (= %{profile} "bench"))
(libraries notty-community notty-community.unix common unmark unmark.cli))
1 change: 1 addition & 0 deletions notty-community.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"cppo" {build & >= "1.1.0"}
"uutf" {>= "1.0.0"}
"uucp" {with-dev-setup}
"lwt" {with-test}
"odoc" {with-doc}
]
depopts: ["lwt"]
Expand Down