1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-08 18:11:07 +01:00

tests: restrict generated tests to one platform

Buildbot cannot handle building our full test-suite across all
platforms.
This commit is contained in:
Matt Sturgeon 2025-12-07 01:47:32 +00:00
parent 9b805f9252
commit d0ca6190d9
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -64,4 +64,4 @@ lib.optionalAttrs buildForThisSystem {
// callTests ./platforms { }
# Tests generated from ./test-sources
# Grouped as a number of link-farms in the form { test-1, test-2, ... test-N }
// callTests ./main.nix { }
// lib.optionalAttrs buildForThisSystem (callTests ./main.nix { })