From 44560c9a0cc9adf9b288a3352f1311f58e06885f Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Sun, 1 May 2022 17:18:17 +0000 Subject: [PATCH] ci: Add testsuite to ci builds --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7ec30e4..1cf8880 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,3 +22,6 @@ jobs: - name: Build run: go build -v . + + - name: Test + run: go test -v .