We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eafb40 commit 997d956Copy full SHA for 997d956
GNUmakefile
@@ -349,7 +349,7 @@ build: build-coreutils build-pkgs locales
349
$(foreach test,$(UTILS),$(eval $(call TEST_BUSYBOX,$(test))))
350
351
test:
352
- ${CARGO} test ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
+ ${CARGO} test ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" $(PROFILE_CMD) --no-default-features $(TEST_NO_FAIL_FAST)
353
354
nextest:
355
${CARGO} nextest run ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
0 commit comments