laysakura / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
5 stars 7 forks source link

[Task]: add CI job to run `cargo test` #8

Closed laysakura closed 1 year ago

laysakura commented 1 year ago

We should test PRs automatically in CI.

The CI script should be similar to build.sh.

Kelvinyu1117 commented 1 year ago

I can work on this issue.

laysakura commented 1 year ago

Done in #44