ci: remove flakeModule test job

This commit is contained in:
technofab 2025-06-13 15:48:19 +02:00
parent 006537e6ab
commit 3f1b6317b4
No known key found for this signature in database

View file

@ -141,21 +141,10 @@
ci = { ci = {
stages = ["test" "build" "deploy"]; stages = ["test" "build" "deploy"];
jobs = { 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" = { "test:lib" = {
stage = "test"; stage = "test";
script = [ script = [
"nix run .#lib-tests -- --junit=junit.xml" "nix run .#tests -- --junit=junit.xml"
]; ];
allow_failure = true; allow_failure = true;
artifacts = { artifacts = {