From f516da596bbf1e7c97c222e666b2dd6977515cc9 Mon Sep 17 00:00:00 2001 From: Aristoteles Lopes Date: Fri, 27 Oct 2023 09:49:42 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 835fcdf..81cc355 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.20' - + - name: Build + run: go build - name: Test run: go test