File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ Run from `rust.yml` unless stated otherwise. Total 11 jobs.
15
15
3 . ` Nightly - minimal `
16
16
4 . ` Nightly - recent `
17
17
5 . ` MSRV - minimal `
18
- 6 . ` Lint `
19
- 7 . ` Docs `
20
- 8 . ` Docsrs `
21
- 9 . ` Bench `
22
- 10 . ` Format `
23
- 10 . ` Int-tests `
24
- 11 . ` Embedded `
18
+ 6 . ` MSRV - recent `
19
+ 7 . ` Lint `
20
+ 8 . ` Docs `
21
+ 9 . ` Docsrs `
22
+ 10 . ` Bench `
23
+ 11 . ` Format `
24
+ 12 . ` Int-tests `
25
+ 13 . ` Embedded `
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
- name : " Run test script"
168
168
run : ./maintainer-tools/ci/run_task.sh bench
169
169
170
- Format : # 1 jobs , run cargo fmt directly.
170
+ Format : # 1 job , run cargo fmt directly.
171
171
name : Format - nightly toolchain
172
172
runs-on : ubuntu-latest
173
173
strategy :
You can’t perform that action at this time.
0 commit comments