fix: remove integration step
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -75,10 +75,6 @@ PHONY+=test/unit | ||||
| test/unit: | ||||
| 	go test -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 600s -count=1 ./pkg/... | ||||
|  | ||||
| PHONY+=test/integration | ||||
| test/integration: | ||||
| 	go test -v -count=1 -timeout 600s ./it/... | ||||
|  | ||||
| test/coverage: test/unit | ||||
| 	go tool cover -html=coverage.txt | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user