We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a6843a + 7ef5b42 commit 16e5efbCopy full SHA for 16e5efb
.github/workflows/cruby-bindings.yml
@@ -53,5 +53,6 @@ jobs:
53
- name: make test-all
54
env:
55
RUN_OPTS: --parser=${{ matrix.parser }}
56
+ EXCLUDES: ${{ matrix.parser == 'parse.y' && './test/.excludes-parsey' }}
57
run: make -j$(nproc) -s test-all
58
working-directory: ruby/ruby
0 commit comments