From 3f1b6317b4c43ab0e17c194f02c6a8ec138360fe Mon Sep 17 00:00:00 2001 From: technofab Date: Fri, 13 Jun 2025 15:48:19 +0200 Subject: [PATCH] ci: remove flakeModule test job --- flake.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index da50a26..f0a2570 100644 --- a/flake.nix +++ b/flake.nix @@ -141,21 +141,10 @@ ci = { stages = ["test" "build" "deploy"]; jobs = { - "test:flakeModule" = { - stage = "test"; - script = [ - "nix run .#nixtests:run -- --junit=junit.xml" - ]; - allow_failure = true; - artifacts = { - when = "always"; - reports.junit = "junit.xml"; - }; - }; "test:lib" = { stage = "test"; script = [ - "nix run .#lib-tests -- --junit=junit.xml" + "nix run .#tests -- --junit=junit.xml" ]; allow_failure = true; artifacts = {