Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jul 8, 2022
commit b67679bbae4dd5bba1b5e3c9a3d8d9a6c8705aa4
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ compile-go-lib: install-go-proto-dependencies install-go-ci-dependencies

# Needs feast package to setup the feature store
test-go: compile-protos-go compile-go-lib
go test -tags cgo,ccalloc ./...
CGO_LDFLAGS_ALLOW=".*" go test -tags cgo,ccalloc ./...

format-go:
gofmt -s -w go/
Expand Down