CI tests update_lib

This commit is contained in:
Jeong YunWon
2026-01-21 06:14:11 +09:00
parent 0ba57b0632
commit 43bd4940ea

View File

@@ -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