Skip to content

Commit 16e5efb

Browse files
authored
Merge pull request #3725 from Earlopain/respect-parse-y-excludes
Respect parse.y excludes in CI
2 parents 6a6843a + 7ef5b42 commit 16e5efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cruby-bindings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
- name: make test-all
5454
env:
5555
RUN_OPTS: --parser=${{ matrix.parser }}
56+
EXCLUDES: ${{ matrix.parser == 'parse.y' && './test/.excludes-parsey' }}
5657
run: make -j$(nproc) -s test-all
5758
working-directory: ruby/ruby

0 commit comments

Comments
 (0)