Revert "ci: fix pipeline build"
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This reverts commit 851058245d.
			
			
This commit is contained in:
		@@ -7,11 +7,8 @@ steps:
 | 
			
		||||
  image: rust:1-alpine
 | 
			
		||||
  commands:
 | 
			
		||||
  - apk add --no-cache musl-dev
 | 
			
		||||
  - cargo build -p chgk_ledb
 | 
			
		||||
  - cargo build -p chgk_ledb_lib --features sync,convert,source
 | 
			
		||||
  - cargo build -p chgk_ledb_lib --features async,convert_async,source_async
 | 
			
		||||
  - cargo test -p chgk_ledb_lib --features sync,convert,source
 | 
			
		||||
  - cargo test -p chgk_ledb_lib --features async,convert_async,source_async
 | 
			
		||||
  - cargo build --verbose --all-features --all
 | 
			
		||||
  - cargo test --verbose --all-features --all
 | 
			
		||||
  environment:
 | 
			
		||||
    CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user