Skip to content

Latest commit

 

History

History
 
 

workflows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

rust-miniscript 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 11 jobs.

  1. Stable - minimal
  2. Stable - recent
  3. Nightly - minimal
  4. Nightly - recent
  5. MSRV - minimal
  6. MSRV - recent
  7. Lint
  8. Docs
  9. Docsrs
  10. Format
  11. Arch32bit
  12. Cross