temporal: disable tests

This commit is contained in:
Aaron Jheng 2022-05-21 03:20:33 +00:00
parent aeb353f7a0
commit dad03081b1
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -17,7 +17,8 @@ buildGoModule rec {
ldflags = [ "-s" "-w" ];
checkFlags = [ "-short" ];
# There too many integration tests.
doCheck = false;
installPhase = ''
runHook preInstall