Skip to content

Commit 97b8ca5

Browse files
test: make unit-core and unit-connectors required rig groups
Both now run green and standalone (no external services; integration tests skip cleanly when credentials are absent), so drop optional: true to make them blocking merge gates per UN-3635. unit-backend stays optional until the rig provisions a reachable DB_HOST for it (UN-3636 follow-up). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C5HQX5CSoMR6RzHtXcfwJt
1 parent 907f845 commit 97b8ca5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/groups.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ groups:
131131
paths: [tests]
132132
uv_sync_group: test
133133
coverage_source: src
134-
optional: true
135134

136135
unit-core:
137136
tier: unit
@@ -140,7 +139,6 @@ groups:
140139
# No `test` uv group in unstract/core today; rig still injects pytest plugins.
141140
install_editable: true
142141
coverage_source: src
143-
optional: true
144142

145143
# ── Integration tier: needs infra but not full platform ────────────────────
146144
integration-workflow-execution:

0 commit comments

Comments
 (0)