mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Revert "[TO-REVERT] tests: disable failing-tests"
This reverts commit 3c463c8e7fd6813c600ebf50cafe8e3abb7ecb7c.
This commit is contained in:
parent
e7d827bb32
commit
5bd71b2474
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ in
|
||||||
extend = callTest ./extend.nix { };
|
extend = callTest ./extend.nix { };
|
||||||
extra-files = callTest ./extra-files.nix { };
|
extra-files = callTest ./extra-files.nix { };
|
||||||
enable-except-in-tests = callTest ./enable-except-in-tests.nix { };
|
enable-except-in-tests = callTest ./enable-except-in-tests.nix { };
|
||||||
# TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/375585 lands in nixos-unstable
|
failing-tests = callTest ./failing-tests.nix { };
|
||||||
# failing-tests = callTest ./failing-tests.nix { };
|
|
||||||
no-flake = callTest ./no-flake.nix { };
|
no-flake = callTest ./no-flake.nix { };
|
||||||
lib-tests = callTest ./lib-tests.nix { };
|
lib-tests = callTest ./lib-tests.nix { };
|
||||||
maintainers = callTest ./maintainers.nix { };
|
maintainers = callTest ./maintainers.nix { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue