From 72b2cba350bc59c354dfd4577f0705e7c25073b6 Mon Sep 17 00:00:00 2001 From: Viktor Alenkov Date: Tue, 2 Jan 2024 12:18:29 +0300 Subject: [PATCH] 1. fix GitHub Actions --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5244cb..2ddb845 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: asdf-vm/actions/install@v3 - - run: go mod tidy && git diff --exit-code go.mod go.sum +# - run: go mod tidy && git diff --exit-code go.mod go.sum + - run: go mod tidy && git diff --exit-code go.mod test-asdf: runs-on: ubuntu-latest