Skip to content

Commit ecff328

Browse files
committed
CI: Add MSRV job
Signed-off-by: Nico Burns <[email protected]>
1 parent 2877b80 commit ecff328

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ jobs:
4444
- name: Run tests (no_std)
4545
run: cargo test --tests --no-default-features --verbose
4646

47+
msrv:
48+
runs-on: ubuntu-latest
49+
steps:
50+
- uses: actions/checkout@v2
51+
- uses: actions-rs/toolchain@v1
52+
with:
53+
toolchain: 1.53
54+
override: true
55+
- run: cargo +1.53 check
56+
4757
fmt:
4858
runs-on: ubuntu-latest
4959
steps:

0 commit comments

Comments
 (0)