Skip to content

Commit 158b77c

Browse files
committed
Test against everything from CRuby
It doesn't take that much longer. If a change in prism breaks CRuby tests, the PR should be made in ruby/ruby instead.
1 parent 3442894 commit 158b77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cruby-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
make -j2
4444
working-directory: ruby/ruby
4545
- name: make test-all
46-
run: make -j2 -s test-all TESTS="prism ruby/test_syntax.rb ruby/test_compile_prism.rb --no-retry"
46+
run: make -j2 -s test-all
4747
working-directory: ruby/ruby

0 commit comments

Comments
 (0)