mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
CI tests update_lib
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -463,6 +463,11 @@ jobs:
|
||||
|
||||
- run: ruff format --check
|
||||
|
||||
- name: run update_lib tests
|
||||
run: cargo run -- -m unittest discover -s scripts/update_lib/tests -v
|
||||
env:
|
||||
PYTHONPATH: scripts
|
||||
|
||||
- name: install prettier
|
||||
run: yarn global add prettier && echo "$(yarn global bin)" >>$GITHUB_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user