diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index cce376877..b16c2f6b5 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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