Skip to content

Commit e2dd398

Browse files
committed
ci: style check for MSRV and stable
1 parent 6bc8661 commit e2dd398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
rust:
18+
- 1.52.1 # MSRV
1819
- stable
1920
- nightly
20-
- 1.52.1 # MSVR
2121
steps:
2222
- uses: actions/checkout@v2
2323
# Important preparation step: override the latest default Rust version in GitHub CI
@@ -39,9 +39,9 @@ jobs:
3939
strategy:
4040
matrix:
4141
rust:
42+
- 1.52.1 # MSRV
4243
- stable
4344
- nightly
44-
- 1.52.1 # MSVR
4545
steps:
4646
- uses: actions/checkout@v2
4747
# Important preparation step: override the latest default Rust version in GitHub CI
@@ -58,13 +58,13 @@ jobs:
5858
- name: Build (no_std)
5959
run: cargo build --target thumbv7em-none-eabihf
6060

61-
6261
# As discussed, these tasks are optional for PRs.
6362
style_checks:
6463
runs-on: ubuntu-latest
6564
strategy:
6665
matrix:
6766
rust:
67+
- 1.52.1 # MSRV
6868
- stable
6969
steps:
7070
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)