mirror of https://github.com/fafhrd91/actix-net
				
				
				
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			830 B
		
	
	
	
		
			TOML
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			830 B
		
	
	
	
		
			TOML
		
	
	
	
[alias]
 | 
						|
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
 | 
						|
lint-all = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"
 | 
						|
 | 
						|
# just check the library (without dev deps)
 | 
						|
ci-check-min = "hack --workspace check --no-default-features"
 | 
						|
ci-check-lib = "hack --workspace --feature-powerset --depth=2 --exclude-features=io-uring check"
 | 
						|
ci-check-lib-linux = "hack --workspace --feature-powerset --depth=2 check"
 | 
						|
 | 
						|
# check everything
 | 
						|
ci-check = "hack --workspace --feature-powerset --depth=2 --exclude-features=io-uring check --tests --examples"
 | 
						|
ci-check-linux = "hack --workspace --feature-powerset --depth=2 check --tests --examples"
 | 
						|
 | 
						|
# tests avoiding io-uring feature
 | 
						|
ci-test = "hack --feature-powerset --depth=2 --exclude-features=io-uring test --lib --tests --no-fail-fast -- --nocapture"
 |