Skip to content

Commit

Permalink
Add cargo-nextest entry to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <[email protected]>
  • Loading branch information
eval-exec committed Oct 7, 2023
1 parent 02721f3 commit dbc90a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GRCOV_EXCL_START = ^\s*((log::)?(trace|debug|info|warn|error)|(debug_)?assert(_e
GRCOV_EXCL_STOP = ^\s*\)(;)?$$
GRCOV_EXCL_LINE = \s*((log::)?(trace|debug|info|warn|error)|(debug_)?assert(_eq|_ne|_error_eq))!\(.*\)(;)?$$

test:
cargo nextest run --hide-progress-bar --success-output immediate --failure-output immediate

test-portable:
cargo nextest run --features portable --hide-progress-bar --success-output immediate --failure-output immediate

coverage-clean:
rm -rf "${CARGO_TARGET_DIR}/*.profraw" "${GRCOV_OUTPUT}" "${GRCOV_OUTPUT:.info=}"

Expand Down

0 comments on commit dbc90a5

Please sign in to comment.