Skip to content

Commit 2069df6

Browse files
committed
Remove benchmarks from windows test bundle
1 parent f7093f4 commit 2069df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
cardano-cli = windowsPackages.cardano-cli;
370370
cardano-node = windowsPackages.cardano-node;
371371
tests = lib.collect lib.isDerivation windowsPackages.tests;
372-
benchmarks = lib.collect lib.isDerivation windowsPackages.benchmarks;
372+
# benchmarks = lib.collect lib.isDerivation windowsPackages.benchmarks;
373373
};
374374
};
375375
}

0 commit comments

Comments
 (0)