Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile has incorrect rules, running make test causes error #68

Open
samos123 opened this issue Feb 5, 2024 · 0 comments
Open

Makefile has incorrect rules, running make test causes error #68

samos123 opened this issue Feb 5, 2024 · 0 comments

Comments

@samos123
Copy link
Contributor

samos123 commented Feb 5, 2024

make test
go test -mod=readonly -race ./pkg/...
?       github.com/substratusai/lingo/pkg/autoscaler    [no test files]
?       github.com/substratusai/lingo/pkg/leader        [no test files]
?       github.com/substratusai/lingo/pkg/movingaverage [no test files]
?       github.com/substratusai/lingo/pkg/stats [no test files]
ok      github.com/substratusai/lingo/pkg/deployments   1.257s
ok      github.com/substratusai/lingo/pkg/endpoints     1.340s
ok      github.com/substratusai/lingo/pkg/proxy 1.252s
ok      github.com/substratusai/lingo/pkg/queue 1.094s
make: *** No rule to make target 'test-race', needed by 'test'.  Stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant