Skip to content

Commit 0a28d74

Browse files
committed
Pass DEBUG=true to CI specs
To prevent regressions when examples assume STDERR is empty but passing `DEBUG` will output addition text and fail it, this sets it in the CI environments to catch it during testing and not months later under manual testing.
1 parent 6fef1c5 commit 0a28d74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
25-
25+
env:
26+
DEBUG: "true"
2627
steps:
2728
- uses: actions/checkout@v3
2829
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)