From bd421f8cd6206b831732a35814d85b954951e3db Mon Sep 17 00:00:00 2001 From: Michele Azzolari Date: Mon, 18 Apr 2022 18:04:12 +0200 Subject: [PATCH] CI: run tests --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 02ba1d2..909b1c5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,6 +17,9 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 + - name: Test + run: make test + - name: Build run: make build