Skip to content

Commit 7cf480f

Browse files
committed
--order=random is always good
1 parent cacb566 commit 7cf480f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configurator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: shards update --ignore-crystal-version
110110
{%- endif %}
111111
- name: Run tests
112-
run: crystal spec
112+
run: crystal spec --order=random
113113
{%- if is_app %}
114114
- name: Build
115115
run: shards build

0 commit comments

Comments
 (0)