Skip to content

Commit

Permalink
fix: Fix makefile to make test-go work.
Browse files Browse the repository at this point in the history
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu committed Nov 1, 2024
1 parent c5aaf98 commit 6cfb2d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ install-go-ci-dependencies:
build-go: compile-protos-go
go build -o feast ./go/main.go

install-feast-ci-locally:
pip install -e ".[ci]"

test-go: compile-protos-go compile-protos-python install-feast-ci-locally
CGO_ENABLED=1 go test -coverprofile=coverage.out ./... && go tool cover -html=coverage.out -o coverage.html

Expand Down

0 comments on commit 6cfb2d6

Please sign in to comment.