flake/ci: re-enable package tests on buildbot

This commit is contained in:
Matt Sturgeon 2025-05-30 17:37:23 +01:00
parent 7d0ac00557
commit 6c456efc96
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -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;
};
}