Update `README.md`
`.github/workflows/README.md` is stale Add the new `API` check and reorder jobs to match `rust.yaml`.
This commit is contained in:
parent
9c15a31559
commit
fe09896c7d
|
@ -22,13 +22,14 @@ Run from rust.yml unless stated otherwise. Unfortunately we are now exceeding th
|
||||||
8. `Docs`
|
8. `Docs`
|
||||||
9. `Docsrs`
|
9. `Docsrs`
|
||||||
10. `Bench`
|
10. `Bench`
|
||||||
11. `ASAN`
|
11. `Arch32bit`
|
||||||
12. `WASM`
|
12. `Cross`
|
||||||
13. `Arch32bit`
|
13. `Embedded`
|
||||||
14. `Cross`
|
14. `ASAN`
|
||||||
15. `Embedded`
|
15. `WASM`
|
||||||
16. `Kani`
|
16. `Kani`
|
||||||
17. `Coveralls` - run by `coveralls.yml`
|
17. `API`
|
||||||
18. `release` - run by `release.yml`
|
18. `Coveralls` - run by `coveralls.yml`
|
||||||
19. `labeler` - run by `manage-pr.yml`
|
19. `release` - run by `release.yml`
|
||||||
20. `Shellcheck` - run by `shellcheck.yml`
|
20. `labeler` - run by `manage-pr.yml`
|
||||||
|
21. `Shellcheck` - run by `shellcheck.yml`
|
||||||
|
|
Loading…
Reference in New Issue