fix(makefile): test-endtoend working as intended#1488
fix(makefile): test-endtoend working as intended#1488sbres wants to merge 1 commit intosqlc-dev:mainfrom
Conversation
The cd was one level too deep and was not running the tests
|
I should probably add a comment to the Makefile, but this is currently working as intended. The |
|
I'm not sure what you are testing with test-endtoend then. |
That's a very good point. |
|
I have no idea why make test is correctly running the endtoend tests and does not need the db 👍 |
The cd was one level too deep and was not running the tests
Also added added logging of the error on generation to help debug