diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 495edddc..f6f6195f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.18.7 + go-version: 1.18.10 - name: Cache go module uses: actions/cache@v3 with: @@ -68,8 +68,7 @@ jobs: ~/go/pkg/mod key: go118-${{ hashFiles('**/go.sum') }} - name: Run Test - run: | - go test -v ./... + run: make cross: strategy: matrix: