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`
|
||||
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