Skip to content

Commit

Permalink
Build test tools in scoped tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Jan 9, 2025
1 parent a1830b3 commit 4d51843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scoped-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
./.tools
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}

- name: Build test tools
run: make "$(${PWD} -replace '\\', '/')/.tools/gotestsum"

- name: Run changed tests
if: needs.changedfiles.outputs.go_tests
env:
Expand Down

0 comments on commit 4d51843

Please sign in to comment.