Skip to content

Commit

Permalink
Install tparse in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Dec 5, 2023
1 parent 7e74d8f commit 41fa68f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
with:
version: v1.15.0
install-only: true
- run: go install -v github.com/mfridman/tparse@v0.13.2

- run: |
docker version
go version
go env
mage -version
docker version
tparse -version
# First build to check for compile errors
- run: mage build
Expand Down

0 comments on commit 41fa68f

Please sign in to comment.