tests: buildbot tests enableBig

Keep missing test failures due to them not being included in CI. Now
that we have a buildbot nix store, there's little reason to not include
them in our CI.
This commit is contained in:
Austin Horstman 2026-04-25 19:17:21 -05:00
parent 3e4b311842
commit 00b9fac376

View file

@ -63,8 +63,7 @@
# Create chunked test packages for better CI parallelization
tests = import ./tests {
inherit pkgs;
# Disable big tests since this is only used for CI
enableBig = false;
enableBig = true;
};
allTests = lib.attrNames tests.build;
# Remove 'all' from the test list as it's a meta-package