Skip to content

Commit 5b8a857

Browse files
committed
Turn random test order back off
1 parent 45275f6 commit 5b8a857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5353
- name: Run Tests
5454
run: |
55-
bundle exec rspec --order rand -cfd spec
55+
bundle exec rspec -cfd spec

0 commit comments

Comments
 (0)