diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 151971c..300fe47 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,6 @@ jobs: - name: Build run: go build -v . + + - name: Test + run: go test -count=1 ./... \ No newline at end of file