Skip to content

Commit d7f8d36

Browse files
committed
revert CI to bin/test instead of bin/parallel_test to measure serial performance
1 parent d9b0ea5 commit d7f8d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
bundler-cache: true
7474
rubygems: ${{ matrix.rubygems }}
7575
- name: Run tests
76-
run: bin/parallel_test
76+
run: bin/test
7777
continue-on-error: ${{ !!matrix.experimental }}
7878

7979
buildall:

0 commit comments

Comments
 (0)