mirror of
https://github.com/langchain-ai/delta-rs.git
synced 2026-07-01 20:34:35 -04:00
b8e2170e98
# Description This is another attempt at making our CI a bit more pleasant to work with. The basic idea is - more smaller jobs as well as avoiding some redundant work. we moved integration tests into their own job and streamlined the build job. - `build/check`: fmt, clippy (with --test), docs, on linux only - `build/build`: previous buid and check commands but without `--test`, all os - `build/test`: unit tests on all os In integration we now run a job for every crate that has integration tests. azure, aws, gcp, hdfs, lakefs --------- Signed-off-by: Robert Pack <robstar.pack@gmail.com>