Update parser/build.rs to embed python.rs

This commit is contained in:
Jeong YunWon 2023-05-06 04:33:49 +09:00
parent d66d935879
commit e1f70100ac
6 changed files with 75558 additions and 31 deletions

View file

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