mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	workflow: guard against faillint failing (#4524)
So there is (and will always) be a disconnect between latest Go in the workflow and the actual latest Go used by other utils. Faillint move to go 1.16 features and for some reason this now borkes. Add ||true to allow failling to not compile, this will skip that particular test (so be it) Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/go.test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/go.test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -57,7 +57,7 @@ jobs: | ||||
|  | ||||
|     - name: Test | ||||
|       run: | | ||||
|         go install github.com/fatih/faillint | ||||
|         go install github.com/fatih/faillint || true | ||||
|         ( cd test; go test -race ./... ) | ||||
|  | ||||
|   test-makefile-release: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user