You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running make test takes 8–12 minutes because it includes integration tests. Add a make test-unit target that runs only fast unit tests and a make test-all target for the full suite.
Running
make testtakes 8–12 minutes because it includes integration tests. Add amake test-unittarget that runs only fast unit tests and amake test-alltarget for the full suite.Relevant files:
MakefileEstimated effort: 1–2 hours