Merge rust-bitcoin/rust-bitcoin#3954: Update `README.md`
fe09896c7d
Update `README.md` (Jamil Lambert, PhD) Pull request description: `.github/workflows/README.md` is stale Add the new `API` check and reorder jobs to match `rust.yml`. Close #3942 ACKs for top commit: Kixunil: ACKfe09896c7d
tcharding: ACKfe09896c7d
apoelstra: ACK fe09896c7d87a0ae6a1b6d6c2525bd5fdff4f3ea; successfully ran local tests Tree-SHA512: bbd9c57f20022a1383541ce574adc2db3cf02994b71749543ad080ecb585fae7c3577a4d832351948f749edebb5525da50ff79ba6354e1510e83081ba36481f3
This commit is contained in:
commit
21a4b7a3db
|
@ -22,13 +22,14 @@ Run from rust.yml unless stated otherwise. Unfortunately we are now exceeding th
|
|||
8. `Docs`
|
||||
9. `Docsrs`
|
||||
10. `Bench`
|
||||
11. `ASAN`
|
||||
12. `WASM`
|
||||
13. `Arch32bit`
|
||||
14. `Cross`
|
||||
15. `Embedded`
|
||||
11. `Arch32bit`
|
||||
12. `Cross`
|
||||
13. `Embedded`
|
||||
14. `ASAN`
|
||||
15. `WASM`
|
||||
16. `Kani`
|
||||
17. `Coveralls` - run by `coveralls.yml`
|
||||
18. `release` - run by `release.yml`
|
||||
19. `labeler` - run by `manage-pr.yml`
|
||||
20. `Shellcheck` - run by `shellcheck.yml`
|
||||
17. `API`
|
||||
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`
|
||||
|
|
Loading…
Reference in New Issue