Skip to content

Commit

Permalink
Windows: Run specs in random order by default (crystal-lang#14041)
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil authored Dec 5, 2023
1 parent b909517 commit 25d3303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static ?= ## Enable static linking
target ?= ## Cross-compilation target
interpreter ?= ## Enable interpreter feature
check ?= ## Enable only check when running format
order ?= ## Enable order for spec execution (values: "default" | "random" | seed number)
order ?=random ## Enable order for spec execution (values: "default" | "random" | seed number)

MAKEFLAGS += --no-builtin-rules
.SUFFIXES:
Expand Down

0 comments on commit 25d3303

Please sign in to comment.