Skip to content

Commit

Permalink
Merge pull request #11 from ckb-cell/bugfix/remove-nonexistent-test
Browse files Browse the repository at this point in the history
ci: remove non-existent tests in `make test`
  • Loading branch information
yangby-cryptape authored Apr 2, 2024
2 parents 89e96c7 + 1e7d5c2 commit 88311d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CARGO := @cargo

NEXTEST_RUN_ARGS := --no-fail-fast --success-output immediate --failure-output final
NEXTEST_RUN_ARGS := --no-fail-fast --success-output never --failure-output final

#
# Check
Expand All @@ -16,7 +16,7 @@ clippy:
${CARGO} clippy --workspace --tests -- --deny warnings

test:
${CARGO} nextest run ${NEXTEST_RUN_ARGS} --workspace types::extension::packed::test_service
${CARGO} nextest run ${NEXTEST_RUN_ARGS} --workspace

#
# Build
Expand Down

0 comments on commit 88311d5

Please sign in to comment.