snap: Revert to "mage test" because "mage check" fails
authorAnthony Fok <foka@debian.org>
Thu, 5 Apr 2018 15:35:47 +0000 (09:35 -0600)
committerAnthony Fok <foka@debian.org>
Thu, 5 Apr 2018 15:35:47 +0000 (09:35 -0600)
"mage check", which runs "go test", gofmt, "go vet", and
"go test -race", fails one way or another especially on
on non-amd64 architectures, and sometimes even on amd64 too.

Partially reverting my undocumented change in commit 294c0f8.

Fixes #4578

snapcraft.yaml

index 821a91c9466c135896ae776c68346bed1f481ff3..66c3ae76a23cfd181f4c612aaac4e89a14f2a923 100644 (file)
@@ -29,7 +29,7 @@ parts:
       export PATH=$GOPATH/bin:$PATH
       cd $GOPATH/src/github.com/gohugoio/hugo
       go get github.com/magefile/mage
-      mage -v vendor check
+      mage -v vendor test
     build: |
       export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
       export PATH=$GOPATH/bin:$PATH