From 24d0a255e02865e791a86cf427356e193e716ff8 Mon Sep 17 00:00:00 2001 From: DimitrisJim Date: Tue, 28 Nov 2023 21:44:26 +0200 Subject: [PATCH] Drop step installing tparse. (#5191) --- .github/workflows/test.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba17c73cba8..ed851b1b986 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,22 +16,6 @@ jobs: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'" - install-tparse: - runs-on: ubuntu-latest - steps: - - uses: actions/setup-go@v4 - with: - go-version: '1.21' - - name: Display go version - run: go version - - name: install tparse - run: | - go install github.com/mfridman/tparse@v0.8.3 - - uses: actions/cache@v3 - with: - path: ~/go/bin - key: ${{ runner.os }}-go-tparse-binary - build: runs-on: ubuntu-latest strategy: