delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

test: run tests in ci/cd #15

Closed roeap closed 7 months ago

roeap commented 9 months ago

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.