Add tests, fix Makefile
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -8,7 +8,7 @@ MAPPER_GEN_FILE := ./api/eiaapi_funcmap.gen.go
 | 
			
		||||
GO_FORMATTER := gofumpt
 | 
			
		||||
 | 
			
		||||
IS_GNU_SED := $(shell sed --version >/dev/null 2>&1 && echo true || echo false)
 | 
			
		||||
SED_INLINE := $(if $(IS_GNU_SED),-i,-i '')
 | 
			
		||||
SED_INLINE := $(if $(filter true,$(IS_GNU_SED)),-i,-i '')
 | 
			
		||||
 | 
			
		||||
.PHONY: all schema generate test build install clean
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user