Update .github/workflows/test-suite.yml

This commit is contained in:
Clémentine U. - curqui 2023-05-25 10:03:45 +02:00 committed by curquiza
parent 44f231d41e
commit ead07d0b9d

View File

@ -121,7 +121,7 @@ jobs:
with:
toolchain: stable
override: true
- name: Run cargo tree without default features
- 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