diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 09d1db7..0ce86d1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: - name: Download dependencies run: go mod download + - name: Tidy modules + run: go mod tidy + - name: Run tests run: go test ./...