ci(nix/test): add '-cover'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-05-20 13:18:05 +02:00
parent f099f43f05
commit 916616927e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -178,7 +178,7 @@ def main(ctx):
}
],
"commands": [
"nix develop --command go test ./..."
"nix develop --command go test -cover ./..."
]
},
{