This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@@ -49,16 +49,14 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    - name: cargo test
 | 
					    - name: cargo test
 | 
				
			||||||
      run: cargo test --lib
 | 
					      run: cargo test --lib
 | 
				
			||||||
      continue-on-error: true
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: rustfmt
 | 
					    - name: rustfmt
 | 
				
			||||||
      run: cargo fmt --all -- --check
 | 
					      run: cargo fmt --all -- --check
 | 
				
			||||||
      continue-on-error: true
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: clippy
 | 
					    - name: clippy
 | 
				
			||||||
      run: cargo clippy --lib --tests -- -D warnings
 | 
					      run: cargo clippy --lib --tests -- -D warnings
 | 
				
			||||||
      continue-on-error: true
 | 
					      if: always()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: full run
 | 
					    - name: full run
 | 
				
			||||||
      run: cargo run --release
 | 
					      run: cargo run --release
 | 
				
			||||||
      continue-on-error: true
 | 
					      if: always()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user