Remove taurpalin check
All checks were successful
Build Docker Image / nix-flake-check (push) Successful in 1m56s
Build Docker Image / docker-build (push) Successful in 2m28s
Build Docker Image / arm-docker-build (push) Successful in 7m7s

Until we can find a way to run it or disable it in CI
This commit is contained in:
Gabriel Simmer 2023-07-19 09:08:10 +01:00
parent 0a57b454cf
commit faaac51616
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -85,10 +85,6 @@
partitions = 1;
partitionType = "count";
});
} // lib.optionalAttrs (system == "x86_64-linux") {
dref-coverage = craneLib.cargoTarpaulin (commonArgs // {
inherit cargoArtifacts;
});
};
apps.default = flake-utils.lib.mkApp {