mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
flake/ci: re-enable package tests on buildbot
This commit is contained in:
parent
7d0ac00557
commit
6c456efc96
1 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,9 @@
|
|||
{
|
||||
# Test that all packages build fine when running `nix flake check`.
|
||||
checks = config.packages;
|
||||
|
||||
# Test that all packages build when running buildbot
|
||||
# TODO: only test the docs on x86_64-linux
|
||||
ci.buildbot = config.packages;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue