Skip to content

Commit

Permalink
Remove cargo tarpaulin from Nix checks
Browse files Browse the repository at this point in the history
`cargo tarpaulin` times out when run in GitHub Actions.
  • Loading branch information
lafrenierejm committed Jul 2, 2023
1 parent 179dd79 commit 8c6d0f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 8c6d0f5

Please sign in to comment.