Make parser location optional

This commit is contained in:
Jeong YunWon 2023-05-11 04:17:56 +09:00
parent aabc96dde9
commit cbe4e8c5f3
9 changed files with 18 additions and 14 deletions

View file

@ -37,6 +37,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: run tests with default features
run: cargo test --all
- name: run tests with embedded parser
run: cargo test --all --no-default-features
- name: run tests with generated parser