mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 08:04:26 -05:00
Update parser/build.rs to embed python.rs
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -37,7 +37,9 @@ jobs:
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: run tests
|
||||
- name: run tests with embedded parser
|
||||
run: cargo test --all --no-default-features
|
||||
- name: run tests with generated parser
|
||||
run: cargo test --all --all-features
|
||||
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user