criterion: remove redundant checkTarget

"test" is the default value used by the Ninja setup hook.
This commit is contained in:
Alyssa Ross 2023-01-31 12:04:11 +00:00
parent 66bb8338fc
commit 47bbbb2a62
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
nativeCheckInputs = with python3Packages; [ cram ];
doCheck = true;
checkTarget = "test";
postPatch = ''
patchShebangs ci/isdir.py src/protocol/gen-pb.py