Skip to content

Commit 1970c9c

Browse files
committed
mk: Don't check core/std/rustc as part of check-fast
When debugging check-fast it's annoying to wait through core/std
1 parent 0e913a4 commit 1970c9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mk/tests.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,6 @@ $(3)/test/$$(FT_DRIVER)-$(2).out: \
592592
--logfile tmp/$$(FT_DRIVER)-$(2).log
593593

594594
check-fast-T-$(2)-H-$(3): \
595-
check-stage2-T-$(2)-H-$(3)-rustc \
596-
check-stage2-T-$(2)-H-$(3)-core \
597-
check-stage2-T-$(2)-H-$(3)-std \
598595
$(3)/test/$$(FT_DRIVER)-$(2).out
599596

600597
endef

0 commit comments

Comments
 (0)