Skip to content

Commit 5df8d29

Browse files
committed
Add whats_left running to CI
1 parent 371b5e2 commit 5df8d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ jobs:
295295
run: |
296296
mkdir site-packages
297297
target/release/rustpython --install-pip ensurepip --user
298+
- name: Check whats_left is not broken
299+
run: python -I whats_left.py
298300

299301
lalrpop:
300302
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}
@@ -361,8 +363,6 @@ jobs:
361363
run: cd wasm && git ls-files -z | xargs -0 prettier --check -u
362364
- name: Check update_asdl.sh consistency
363365
run: bash scripts/update_asdl.sh && git diff --exit-code
364-
- name: Check whats_left is not broken
365-
run: python -I whats_left.py
366366

367367
miri:
368368
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}

0 commit comments

Comments
 (0)