mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
flake/ci: re-enable most tests on buildbot
Most still run on all platforms, but many now only run on x86_64-linux.
This commit is contained in:
parent
74e6ada9d1
commit
7d0ac00557
2 changed files with 19 additions and 2 deletions
|
@ -7,8 +7,15 @@
|
|||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# TODO: consider whether all these tests are needed in the `checks` output
|
||||
checks = pkgs.callPackages ../../tests {
|
||||
inherit helpers self;
|
||||
};
|
||||
|
||||
# TODO: consider whether all these tests are needed to be built by buildbot
|
||||
ci.buildbot = pkgs.callPackages ../../tests {
|
||||
inherit helpers self;
|
||||
allSystems = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue