From 3dc64a5e909893558120599d90752cdad94f2107 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Wed, 26 Feb 2020 22:06:24 +0100 Subject: [PATCH] should test too like this? --- .github/workflows/go.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 38aac2e..f4915a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,6 +23,9 @@ jobs: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure fi - + + - name: Test + run: go test -v + - name: Build run: go build -v . -- 2.25.1