diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b1f9599..da1ae95 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,3 +20,6 @@ jobs: - name: Build run: go build -v ./... + + - name: Test + run: go test -v ./... \ No newline at end of file