Skip to content

Commit

Permalink
Fix unit test for goext (#938)
Browse files Browse the repository at this point in the history
Why I did it
#937
PR checker is blocked by goext build

How I did it
Remove go build, and keep go test to run unit test.

How to verify it
Pass all UT and E2E test cases.
  • Loading branch information
ganglyu authored Oct 31, 2024
1 parent 45d7cb0 commit 0b5d994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ all:
$(SWIG) $(SWIG_FLAG) -I/usr/include/swss/ swsscommon.i

check:
sudo CGO_LDFLAGS="$(CGO_LDFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" $(GO) build
sudo CGO_LDFLAGS="$(CGO_LDFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" $(GO) test

clean:
Expand Down

0 comments on commit 0b5d994

Please sign in to comment.