Skip to content

Commit

Permalink
chore(nix): build @github_action_tests (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 18, 2023
1 parent d0150e4 commit 10b62a2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dune-project
Expand Up @@ -6,7 +6,7 @@
(generate_opam_files true)

(source
(github melange-re/melange))
(github savonet/ocaml-ssl))

(maintainers "Antonio Monteiro <anmonteiro@gmail.com>")

Expand Down
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions nix/default.nix
Expand Up @@ -25,4 +25,7 @@ buildDunePackage {
checkInputs = [ alcotest ];

inherit doCheck;
checkPhase = ''
dune build -p ssl @runtest @github_action_tests ''${enableParallelBuilding:+-j $NIX_BUILD_CORES}
'';
}
2 changes: 1 addition & 1 deletion ssl.opam
Expand Up @@ -31,4 +31,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/melange-re/melange.git"
dev-repo: "git+https://github.com/savonet/ocaml-ssl.git"

0 comments on commit 10b62a2

Please sign in to comment.