rust-bitcoin-unsafe-fast/.github/workflows
user 13c5df083d
Enhance the weekly mutation workflow markdown
This adds a code block to the cargo mutants issue creator for the missed
mutations and prints the current version of cargo mutants being used so
any new versions can easily be tracked where or why there are new
mutations.
2025-07-01 16:42:16 -04:00
..
README.md CI: Remove the API job 2025-02-06 08:44:15 +11:00
cargo-semver-checks-version Automated update to Github CI to cargo-semver-checks version-0.41.0 2025-04-26 01:10:57 +00:00
coveralls.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
cron-daily-fuzz.yml fuzz: Add p2p address round-trip fuzzing test 2025-05-21 16:49:27 -03:00
cron-daily-kani.yml ci: update Kani GitHub Actions runners to ubuntu-24.04 2025-03-04 14:11:22 -03:00
cron-weekly-cargo-mutants.yml Enhance the weekly mutation workflow markdown 2025-07-01 16:42:16 -04:00
cron-weekly-rustfmt.yml Remove _all_ the trailing whitespace 2025-06-09 08:58:52 +10:00
cron-weekly-update-cargo-semver-checks.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
cron-weekly-update-nightly.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
cron-weekly-update-stable.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
gh-release.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
manage-pr.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
miri.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
release.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
rust.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
semver-checks-pr-label.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
semver-checks.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
shellcheck.yml ci: Update GitHub workflows to use ubuntu-24.04 instead of ubuntu-latest 2025-03-05 16:24:41 -03:00
stable-version Automated update to Github CI to rustc stable-1.88.0 2025-06-27 01:06:59 +00:00

README.md

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. Unfortunately we are now exceeding the 20 job target. (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. Arch32bit
  13. Cross
  14. Embedded
  15. ASAN
  16. WASM
  17. Kani
  18. Coveralls - run by coveralls.yml
  19. release - run by release.yml
  20. labeler - run by manage-pr.yml
  21. Shellcheck - run by shellcheck.yml