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:
parent
3e4b311842
commit
00b9fac376
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue