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:
Jamil Lambert, PhD 2025-01-24 13:10:26 +00:00
parent 9c15a31559
commit fe09896c7d
No known key found for this signature in database
GPG Key ID: 54DC29234AB5D2C0
1 changed files with 10 additions and 9 deletions

View File

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