checks/morph: strip test prefix
this is making it consistent with otther tests.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && !pkgs.stdenv.isAarch64) {
|
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && !pkgs.stdenv.isAarch64) {
|
||||||
test-morph = (import ../lib/test-base.nix) {
|
morph = (import ../lib/test-base.nix) {
|
||||||
name = "morph";
|
name = "morph";
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user