Skip to content

Commit dee6c23

Browse files
authored
Merge pull request #3609 from Shopify/add-new-cruby-tests
Add more Prism related tests to cruby-bindings workflow
2 parents 5ee83f5 + 1d1ecbf commit dee6c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 --no-retry"
46+
run: make -j2 -s test-all TESTS="prism ruby/test_syntax.rb ruby/test_compile_prism.rb --no-retry"
4747
working-directory: ruby/ruby

0 commit comments

Comments
 (0)