Skip to content

Commit 5d82fce

Browse files
committed
Add whats_left running to CI
1 parent 4a23e14 commit 5d82fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
- name: Check compilation for iOS
163163
run: cargo check --target aarch64-apple-ios
164164
if: runner.os == 'macOS'
165+
- name: Check whats_left.py not broken
166+
run: python -I whats_left.py
165167

166168
exotic_targets:
167169
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}

0 commit comments

Comments
 (0)