Skip to content

Commit

Permalink
install test tools
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Teoh <albert@packsmith.io>
  • Loading branch information
Albert Teoh committed Dec 26, 2023
1 parent a154993 commit f5fd5ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-tests-go-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install Go Tip
uses: ./.github/actions/setup-go-tip

- name: Run unit tests
run: make install-test-tools

- name: Run unit tests
run: make test-ci

Expand Down

0 comments on commit f5fd5ba

Please sign in to comment.