Remove `cargo tarpaulin` from Nix checks

`cargo tarpaulin` times out when run in GitHub Actions.
pull/175/head
Joseph LaFreniere 11 months ago
parent ff0b92300a
commit b609b06724
No known key found for this signature in database
GPG Key ID: EE236AA0141EFCA3

@ -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`

Loading…
Cancel
Save