Files
Robert Pack b8e2170e98 ci: split out integration tests (#3806)
# 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>
2025-10-05 09:53:16 +02:00
..