From 92073abdb1d9de99236bb4f845fac2c65fb6cb88 Mon Sep 17 00:00:00 2001 From: Alejandro JNM Date: Mon, 6 Jul 2020 13:38:58 -0400 Subject: [PATCH] Added the make test to the github actions Signed-off-by: Alejandro JNM --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 412874f7..53e100bf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,3 +29,6 @@ jobs: - name: Vet run: go vet + + - name: Make test + run: make test \ No newline at end of file