rust-bitcoin-unsafe-fast/.github/workflows/README.md

817 B

rust-bitcoin workflow notes

We are attempting to run max 20 parallel jobs using GitHub actions (usage limit for free tier).

ref: https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration

The minimal/recent lock files are handled by CI (rust.yml).

Jobs

Run from rust.yml unless stated otherwise. Total 21 jobs but Prepare is quick and must be run first anyway.

  1. Prepare
  2. Stable - minimal
  3. Stable - recent
  4. Nightly - minimal
  5. Nightly - recent
  6. MSRV - minimal
  7. MSRV - recent
  8. Lint
  9. Docs
  10. Docsrs
  11. Bench
  12. ASAN
  13. WASM
  14. schemars
  15. Arch32bit
  16. Cross
  17. Embedded
  18. Kani
  19. Coveralls - run by coveralls.yml
  20. release - run by release.yml
  21. labeler - run by manage-pr.yml