From b609b06724302bffd34a885a41bd5177e72ecafa Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Sun, 2 Jul 2023 18:46:08 -0500 Subject: [PATCH] Remove `cargo tarpaulin` from Nix checks `cargo tarpaulin` times out when run in GitHub Actions. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 06b2e3d..088c00c 100644 --- a/flake.nix +++ b/flake.nix @@ -109,11 +109,6 @@ }; }; }; - } // pkgs.lib.optionalAttrs (system == "x86_64-linux") { - # NB: cargo-tarpaulin only supports x86_64 systems - # Check code coverage (note: this will not upload coverage anywhere) - rga-coverage = - craneLib.cargoTarpaulin { inherit buildInputs cargoArtifacts src; }; }; # `nix build`