this should just fail if warnings happen because of RUSTFLAGS

This commit is contained in:
Ashwin Naren
2025-04-04 11:37:40 -07:00
parent 36cce6b174
commit ab4dffb53c

View File

@@ -326,7 +326,7 @@ jobs:
- name: install ruff
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
- name: Ensure docs generate no warnings
run: cargo doc -- -Dwarnings
run: cargo doc
- name: run python lint
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
- name: install prettier