diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 19c0cc83..7b6b7d0f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -24,7 +24,7 @@ jobs: with: go-version: ${{ matrix.version }} - uses: actions/checkout@v4 - - run: make test + - run: GOTOOLCHAIN=local make test call-dependabot-pr-workflow: needs: test if: ${{ success() && github.actor == 'dependabot[bot]' }}