Skip to content

Commit 82a1560

Browse files
committed
ci: allow self-host tests to run with SHIELDCRAFT_SELFBUILD_ALLOW_DIRTY in CI
1 parent 35f7014 commit 82a1560

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/spec-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
continue-on-error: false
3030

3131
- name: Run self-host tests specifically
32+
env:
33+
SHIELDCRAFT_SELFBUILD_ALLOW_DIRTY: '1'
3234
run: pytest -q tests/selfhost -q
3335

3436
- name: Ensure critical tests exist

0 commit comments

Comments
 (0)