diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 392ef5aa..82fea955 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,6 +23,9 @@ jobs: with: fetch-depth: 0 + - name: Test + run: make test + # - name: Test # run: ./scripts/test.sh