mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
Update parser/build.rs to embed python.rs
This commit is contained in:
parent
d66d935879
commit
e1f70100ac
6 changed files with 75558 additions and 31 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue