mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
Remove cargo tarpaulin
from Nix checks
`cargo tarpaulin` times out when run in GitHub Actions.
This commit is contained in:
parent
ff0b92300a
commit
b609b06724
@ -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`
|
# `nix build`
|
||||||
|
Loading…
Reference in New Issue
Block a user