Remove cargo tarpaulin from Nix checks

`cargo tarpaulin` times out when run in GitHub Actions.
This commit is contained in:
Joseph LaFreniere 2023-07-02 18:46:08 -05:00
parent ff0b92300a
commit b609b06724
No known key found for this signature in database
GPG Key ID: EE236AA0141EFCA3

View File

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