6 lines
		
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| set -e
 | |
| cargo check --all-targets --all-features --keep-going
 | |
| cargo fmt --check
 | |
| cargo test
 |