-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
gh: enable tests #110485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh: enable tests #110485
Conversation
|
checkPhase = '' | ||
make test | ||
''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires a custom checkPhase
b/c it uses a custom buildPhase/installPhase
, so some of the shell functions (i.e. getGoDirs()
) that the buildGoModule.checkPhase
expects are missing.
284bad4
to
89d3e3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passes on darwin/nixos.
Building with |
Reverted in a7dda29. |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)