Skip to content

Commit 4ee4574

Browse files
committed
no parse
1 parent 0c1b766 commit 4ee4574

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/test.yml

-16
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ jobs:
1515
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1616
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
1717

18-
install-tparse:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/[email protected]
22-
with:
23-
go-version: 1.18
24-
- name: Display go version
25-
run: go version
26-
- name: install tparse
27-
run: |
28-
export GO111MODULE="on" && go get github.com/mfridman/[email protected]
29-
- uses: actions/[email protected]
30-
with:
31-
path: ~/go/bin
32-
key: ${{ runner.os }}-go-tparse-binary
33-
3418
build:
3519
runs-on: ubuntu-latest
3620
steps:

0 commit comments

Comments
 (0)