Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,12 @@ jobs:
if: ${{ !cancelled() }}
run: |
python3 scripts/global_sink_isolation.py --self-test
# #10980: the lock-downgrade gate runs at MERGE time, not per-PR
# (a branch that merely predates a bump is not at fault, and failing
# those trains people to bypass it). Only its self-test belongs here
# -- it proves the detector still catches a downgrade and still
# passes every legitimate move.
python3 scripts/lock_no_downgrade.py --self-test
python3 scripts/global_sink_isolation.py

# ---------------------------------------------------------------------------
Expand Down
Loading
Loading