This PR enables tests in CI/CD. To streamline this a bit, all integration tests are moved to the tests folder, which required exporting a few structs. We may wont to limit that in the future, then again, this is meant to be used as an executable an not so much as a library.
Build on #14 - will rebase once that gets merged.
This PR enables tests in CI/CD. To streamline this a bit, all integration tests are moved to the
tests
folder, which required exporting a few structs. We may wont to limit that in the future, then again, this is meant to be used as an executable an not so much as a library.