.builds: remove go fmt test from freebsd image

There is no reason to run platform independent tests on FreeBSD.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-30 14:11:24 +01:00
parent 3945302b4f
commit 6bbfe288aa
-3
View File
@@ -20,6 +20,3 @@ tasks:
- test_cmd: |
cd gio/cmd
go test ./...
- check_gofmt: |
cd gio
test -z $(gofmt -s -l .)