We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee83f5 + 1d1ecbf commit dee6c23Copy full SHA for dee6c23
.github/workflows/cruby-bindings.yml
@@ -43,5 +43,5 @@ jobs:
43
make -j2
44
working-directory: ruby/ruby
45
- name: make test-all
46
- run: make -j2 -s test-all TESTS="prism --no-retry"
+ run: make -j2 -s test-all TESTS="prism ruby/test_syntax.rb ruby/test_compile_prism.rb --no-retry"
47
0 commit comments