We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d464704 commit 974122fCopy full SHA for 974122f
.github/workflows/main.yml
@@ -34,9 +34,9 @@ jobs:
34
35
- run: opam install . --deps-only --with-test
36
37
- - run: opam exec -- dune build -p notty-community
+ - run: opam exec -- dune build
38
39
- - run: opam exec -- dune runtest -p notty-community
+ - run: opam exec -- dune runtest
40
41
lint-doc:
42
runs-on: ubuntu-latest
benchmarks/dune
@@ -1,3 +1,4 @@
1
(executable
2
(name speed)
3
+ (enabled_if (= %{profile} "bench"))
4
(libraries notty-community notty-community.unix common unmark unmark.cli))
0 commit comments