mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Remove -v parameter
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -116,7 +116,7 @@ jobs:
 | 
			
		||||
          override: true
 | 
			
		||||
      - name: Run cargo tree without default features and check lindera is not present
 | 
			
		||||
        run: |
 | 
			
		||||
          if cargo tree -f '{p} {f}' -e normal --no-default-features | grep -vqz lindera; then
 | 
			
		||||
          if cargo tree -f '{p} {f}' -e normal --no-default-features | grep -qz lindera; then
 | 
			
		||||
            echo "lindera has been found in the sources and it shouldn't"
 | 
			
		||||
            exit 1
 | 
			
		||||
          fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user