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 +