Skip to content

Commit

Permalink
Debugging unexpected fail, and line number issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Oct 3, 2024
1 parent 673312a commit d2da027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ dump-test-schema:
go run ./tools/dbutils ./server/datastore/mysql/schema.sql

test-go: dump-test-schema generate-mock
cat --number ./server/service/appconfig_test.go
go test -tags full,fts5,netgo ${GO_TEST_EXTRA_FLAGS_VAR} -parallel 8 -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/fleetdm/fleet/v4/... ./cmd/... ./ee/... ./orbit/pkg/... ./orbit/cmd/orbit ./pkg/... ./server/... ./tools/...

analyze-go:
Expand Down

0 comments on commit d2da027

Please sign in to comment.