diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca2bdbb67cac6..38d3fb348fba7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,12 +13,15 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Install Go uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - + - name: Make all run: make all