From 6bbfe288aae548ad860e83fe7c7cf846e7409003 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 30 Oct 2019 14:11:24 +0100 Subject: [PATCH] .builds: remove go fmt test from freebsd image There is no reason to run platform independent tests on FreeBSD. Signed-off-by: Elias Naur --- .builds/freebsd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 85558473..2750943a 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -20,6 +20,3 @@ tasks: - test_cmd: | cd gio/cmd go test ./... - - check_gofmt: | - cd gio - test -z $(gofmt -s -l .)