Skip to content

Commit 7ef5b42

Browse files
committed
Respect parse.y excludes in CI
1 parent ee86818 commit 7ef5b42

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)