From b3fe0fa68628e528bc47b5a325f162d6e535b5f9 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 28 Dec 2023 14:51:58 +0100 Subject: [PATCH] refresh build config --- .github/workflows/go.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 666c0fd..6ce4b98 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,10 +14,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.21 @@ -32,3 +35,7 @@ jobs: - name: Test run: make check + + - name: Test run + run: ./runparts -V +