diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1500f2a..d8a9c66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,18 @@ jobs: version: '~> v2' args: check + go-mod: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version-file: 'go.mod' + - run: go mod tidy + - run: git diff --exit-code + - run: go mod download + - run: go mod verify + test: runs-on: ubuntu-latest steps: