vultr-cli: enable tests

They run just fine.
Seems to be a leftover from #94632 (cea7cd902e), which changed the default of `doCheck` from `false` to `true`
This commit is contained in:
IndeedNotJames 2023-04-05 18:16:41 +02:00
parent b29b7e2bd5
commit 2e4311834d
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorHash = "sha256-P4xr7zVTwBRVoPxtKn3FNV7Vp6lI4uWdTJyXwex8Fe4=";
doCheck = false;
meta = with lib; {
description = "Official command line tool for Vultr services";
homepage = "https://github.com/vultr/vultr-cli";