Skip to content

Commit 5af1d6f

Browse files
pftgclaude
andcommitted
fix: release workflow runs unit tests only
Integration tests (browser rendering with Cuprite/Selenium) are covered by the test workflow's matrix jobs. The release workflow only needs to verify gem code correctness before publishing — unit tests are sufficient and don't have flaky browser baselines. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6460d2c commit 5af1d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
3737
- name: Test
38-
run: bundle exec rake test
38+
run: bundle exec rake test:unit
3939

4040
- name: Create tag
4141
run: |

0 commit comments

Comments
 (0)