Update .github/workflows/test-suite.yml

This commit is contained in:
Clémentine U. - curqui 2023-05-25 10:04:07 +02:00 committed by curquiza
parent ead07d0b9d
commit 840727d76f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ jobs:
- name: Run cargo tree without default features and check lindera is not present
run: |
cargo tree -f '{p} {f}' -e normal --no-default-features | grep lindera -vqz
- name: Run cargo tree with default features
- name: Run cargo tree with default features and check lindera is pressent
run: |
cargo tree -f '{p} {f}' -e normal | grep lindera -qz