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