Skip to content

Commit

Permalink
install tparse
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 19, 2024
1 parent 492e534 commit ed70e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
echo "Please format Go code by running: go fmt ./..."
exit 1
fi
- name: Install tparse
run: go install github.com/mfridman/tparse@latest
- name: Run tests
run: |
mkdir -p bin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Install tparse
run: go install github.com/mfridman/tparse@latest
- name: Run full integration tests
run: |
make test-integration

0 comments on commit ed70e15

Please sign in to comment.