Skip to content

Commit

Permalink
chore: test cargo doc in deps-only workspace build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 3, 2023
1 parent 8921b01 commit 5082d14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions checks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@ in
src = ./various-targets;
};

depsOnlyCargoDoc = myLib.buildDepsOnly {
src = ./workspace;
version = "0.0.1";
pname = "workspace";
buildPhaseCargoCommand = "cargo doc --workspace";
};

devShell = myLib.devShell {
checks = {
simple = myLib.buildPackage {
Expand Down

0 comments on commit 5082d14

Please sign in to comment.