Skip to content

Commit

Permalink
Switch to go test log helper
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon committed Mar 29, 2024
1 parent d9df3c6 commit cff71f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chainlink-testing-framework/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,9 @@ runs:
run: ${{ inputs.build_gauntlet_command }}

# gotestfmt gives us pretty test output
- name: Set Up gotestfmt
uses: GoTestTools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.2.0
with:
token: ${{ inputs.token }} # Avoids rate-limiting
- name: Set Up gotestloghelper
shell: bash
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@v1.0.2

# Run the tests
- name: Run Tests
Expand Down

0 comments on commit cff71f1

Please sign in to comment.