Skip to content

Commit

Permalink
add pv
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Feb 18, 2024
1 parent f0d8eef commit 2332ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
go test -v -failfast -timeout=300s -count=2 -coverprofile=coverage.txt ./...
- name: "application testing"
run: |
apt-get update -y
apt-get install pv -y
bash ./test.sh
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 2332ff8

Please sign in to comment.