Skip to content

Commit

Permalink
chore: add node-bootstrapper to make test target (#5165)
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Pan <[email protected]>
Co-authored-by: Devinwong <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent e341ae5 commit 730359a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
go-version: '1.22'
- run: |
make test
name: Run unit tests for go code in pkg/agent
name: Run unit tests for go code in the repository
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,12 @@ endif
ginkgoBuild: generate
make -C ./test/e2e ginkgo-build

test:
test: test-node-bootstrapper
go test ./...

test-node-bootstrapper:
pushd node-bootstrapper && go test ./... && popd

.PHONY: test-style
test-style: validate-go validate-shell validate-copyright-headers

Expand Down

0 comments on commit 730359a

Please sign in to comment.