Skip to content

Commit ef1ba01

Browse files
authored
Merge pull request #9293 from oech3/nextest-profile-cmd
GNUmakefile: Add missing PROFILE_CMD
2 parents 6580919 + db5e4ce commit ef1ba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ test:
337337
${CARGO} test ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" $(PROFILE_CMD) --no-default-features $(TEST_NO_FAIL_FAST)
338338

339339
nextest:
340-
${CARGO} nextest run ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
340+
${CARGO} nextest run ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" $(PROFILE_CMD) --no-default-features $(TEST_NO_FAIL_FAST)
341341

342342
test_toybox:
343343
-(cd $(TOYBOX_SRC)/ && make tests)

0 commit comments

Comments
 (0)