uutils / findutils

Rust implementation of findutils
MIT License
300 stars 37 forks source link

ci: run `cargo test` instead of `cargo check` in "cargo test" jobs #392

Closed cakebaker closed 4 months ago

cakebaker commented 4 months ago

I noticed that while we have jobs named "cargo test" in the CI, they don't run cargo test but cargo check, and are almost identical to the "cargo check" jobs. This PR runs cargo test instead of cargo check in the "cargo test" jobs.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.80%. Comparing base (393f0b9) to head (ab1c2ba).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #392 +/- ## ========================================== - Coverage 58.85% 58.80% -0.06% ========================================== Files 30 30 Lines 3855 3855 Branches 846 851 +5 ========================================== - Hits 2269 2267 -2 Misses 1254 1254 - Partials 332 334 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.