tree: c4884faa78704e720d0c8955500dd7c50ba34f2f [path history] [tgz]
  1. dev_pr/
  2. arrow.yml
  3. arrow_flight.yml
  4. audit.yml
  5. coverage.yml
  6. dev.yml
  7. dev_pr.yml
  8. docs.yml
  9. integration.yml
  10. miri.sh
  11. miri.yaml
  12. object_store.yml
  13. parquet.yml
  14. parquet_derive.yml
  15. README.md
  16. rust.yml
.github/workflows/README.md

The CI is structured so most tests are run in specific workflows: arrow.yml for arrow, parquet.yml for parquet and so on.

The basic idea is to run all tests on pushes to master (to ensure we keep master green) but run only the individual workflows on PRs that change files that could affect them.