vouch-proxy: enable checkPhase

Upstream fixed tests in https://github.com/vouch/vouch-proxy/commit/8eae4e5edc9
This commit is contained in:
squalus 2022-10-03 22:34:34 -07:00 committed by Kerstin
parent 0490b307e5
commit d0637e1a25

@ -18,9 +18,6 @@ buildGoModule rec {
"-X main.version=${version}"
];
# broken with go>1.16
doCheck = false;
preCheck = ''
export VOUCH_ROOT=$PWD
'';