Skip to content

feat: rebuild the unit test suite and fix seven driver bugs #92

feat: rebuild the unit test suite and fix seven driver bugs

feat: rebuild the unit test suite and fix seven driver bugs #92

Workflow file for this run

---
name: 'Test'
'on':
pull_request:
jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
with:
# Documentation and debugging gems are not needed to lint or test.
# YARD in particular must never gate CI.
bundle_without: "development:docs:debug"