mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 00:37:28 +00:00 
			
		
		
		
	comment typo
This commit is contained in:
		
							parent
							
								
									154af93476
								
							
						
					
					
						commit
						887f062674
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -105,8 +105,8 @@ test-all: build
 | 
				
			|||||||
	# other sim tests
 | 
						# other sim tests
 | 
				
			||||||
	@go test ./app -run TestAppImportExport          -Enabled -Commit -NumBlocks=100 -BlockSize=200 -Seed 2 -v -timeout 24h
 | 
						@go test ./app -run TestAppImportExport          -Enabled -Commit -NumBlocks=100 -BlockSize=200 -Seed 2 -v -timeout 24h
 | 
				
			||||||
	@go test ./app -run TestAppSimulationAfterImport -Enabled -Commit -NumBlocks=100 -BlockSize=200 -Seed 2 -v -timeout 24h
 | 
						@go test ./app -run TestAppSimulationAfterImport -Enabled -Commit -NumBlocks=100 -BlockSize=200 -Seed 2 -v -timeout 24h
 | 
				
			||||||
	@# AppStateDeterminism does use Seed flag
 | 
						@# AppStateDeterminism does not use Seed flag
 | 
				
			||||||
	@go test ./app -run TestAppStateDeterminism      -Enabled -Commit -NumBlocks=100 -BlockSize=200 -v -timeout 24h
 | 
						@go test ./app -run TestAppStateDeterminism      -Enabled -Commit -NumBlocks=100 -BlockSize=200         -v -timeout 24h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: all build-linux install clean build test-all
 | 
					.PHONY: all build-linux install clean build test-all
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user