Skip to content

Commit

Permalink
fix: disable ssl_test in opam ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Mar 4, 2024
1 parent e8ee898 commit a9201de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
(test
(package riot)
(name ssl_test)
(enabled_if
(= %{env:OPAM_REPO_CI=false} false))
(modules ssl_test)
(deps fixtures/tls.crt fixtures/tls.key)
(libraries riot port_finder x509 mirage-crypto-rng mirage-crypto-rng.unix))
Expand Down

0 comments on commit a9201de

Please sign in to comment.