We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f7014 commit 82a1560Copy full SHA for 82a1560
1 file changed
.github/workflows/spec-pipeline.yml
@@ -29,6 +29,8 @@ jobs:
29
continue-on-error: false
30
31
- name: Run self-host tests specifically
32
+ env:
33
+ SHIELDCRAFT_SELFBUILD_ALLOW_DIRTY: '1'
34
run: pytest -q tests/selfhost -q
35
36
- name: Ensure critical tests exist
0 commit comments