From 335ffbf73ea406eafa8ccaa9da2e4380fd255fc1 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Sat, 11 Jan 2025 01:56:33 +0100 Subject: [PATCH] Comment check modules in test Signed-off-by: Mauro Morales --- .github/workflows/test.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index aa0dcdc..f5cd760 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,15 +6,15 @@ permissions: contents: read jobs: - mod: - runs-on: ubuntu-latest - name: Check modules - steps: - - uses: actions/setup-go@v5 - with: - go-version: 'oldstable' - - uses: actions/checkout@v4 - - run: go mod tidy && git diff --exit-code go.mod go.sum + # mod: + # runs-on: ubuntu-latest + # name: Check modules + # steps: + # - uses: actions/setup-go@v5 + # with: + # go-version: 'oldstable' + # - uses: actions/checkout@v4 + # - run: go mod tidy && git diff --exit-code go.mod go.sum build: runs-on: ${{ matrix.os }} strategy: