Skip to content

Commit

Permalink
Add alcotest in flake.nix (and regenerate lock)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Feb 18, 2025
1 parent 0821c50 commit 2961bb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
src = ./.;
duneVersion = "3";
propagatedBuildInputs = with ocamlPackages; [ csexp ];
checkInputs = with ocamlPackages; [ alcotest ];
doCheck = true;
};

Expand Down

0 comments on commit 2961bb0

Please sign in to comment.