flake/ci: re-enable package tests on buildbot

(cherry picked from commit 6c456efc96)
This commit is contained in:
Matt Sturgeon 2025-05-30 17:37:23 +01:00 committed by github-actions[bot]
parent 3e64ce020d
commit d14de7a243

View file

@ -4,5 +4,9 @@
{ {
# Test that all packages build fine when running `nix flake check`. # Test that all packages build fine when running `nix flake check`.
checks = config.packages; checks = config.packages;
# Test that all packages build when running buildbot
# TODO: only test the docs on x86_64-linux
ci.buildbot = config.packages;
}; };
} }