Skip to content

Commit 1c365d8

Browse files
committed
Enable tests on stable
Signed-off-by: Nathaniel McCallum <[email protected]>
1 parent d37722b commit 1c365d8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions-rs/toolchain@v1
1010
with:
1111
components: rustfmt
12-
toolchain: nightly
12+
toolchain: stable
1313
profile: minimal
1414
override: true
1515
- uses: actions-rs/cargo@v1
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions-rs/toolchain@v1
2626
with:
2727
components: clippy
28-
toolchain: nightly
28+
toolchain: stable
2929
profile: minimal
3030
override: true
3131
- uses: actions-rs/cargo@v1
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions-rs/toolchain@v1
4242
with:
43-
toolchain: nightly
43+
toolchain: stable
4444
profile: minimal
4545
override: true
4646
- run: cargo install cargo-readme

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
toolchain:
21+
- 1.56.0
22+
- stable
23+
- beta
2124
- nightly
2225
crates:
2326
- {name: ciborium-ll}

0 commit comments

Comments
 (0)