mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 00:27:39 +00:00 
			
		
		
		
	
		
			Some checks are pending
		
		
	
	abi-consistent-check / build-and-compare (push) Waiting to run
				
			code-coverage / unittest-cov (push) Waiting to run
				
			rust / check (push) Waiting to run
				
			rust / test (push) Waiting to run
				
			rust / lints (push) Waiting to run
				
			functional-test / test (push) Waiting to run
				
			* Upgrade rust toolchain to avoid macro-proc issue of latest rust analyzer * Update random sync metrics * Adjust default config for sync layer * Cache the recent announced file for random sync with priority * Fix clippy * fix auto sync failure reason issue * Add cached ready txs info in rpc * fix lint
		
			
				
	
	
		
			12 lines
		
	
	
		
			278 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			278 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Setup Rust (cache & toolchain)
 | 
						|
runs:
 | 
						|
  using: composite
 | 
						|
  steps:
 | 
						|
    - name: Install toolchain 1.78.0
 | 
						|
      uses: actions-rs/toolchain@v1
 | 
						|
      with:
 | 
						|
        profile: minimal
 | 
						|
        toolchain: 1.78.0
 | 
						|
        components: rustfmt, clippy
 | 
						|
 | 
						|
    - uses: Swatinem/rust-cache@v2 |