Skip to content

Commit cb1bb2c

Browse files
committed
ci: style check for MSRV and stable
1 parent 1322119 commit cb1bb2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rust.yml

+3-4
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,12 @@ jobs:
5858
- name: Build (no_std)
5959
run: cargo build --target thumbv7em-none-eabihf
6060

61-
62-
# As discussed, these tasks are optional for PRs.
6361
style_checks:
6462
runs-on: ubuntu-latest
6563
strategy:
6664
matrix:
6765
rust:
66+
- 1.52.1 # MSRV
6867
- stable
6968
steps:
7069
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)