Skip to content

Commit d6b39fd

Browse files
authored
Merge pull request #1807 from dtolnay/31
Add a CI builder on 1.31.0
2 parents dda070f + 4d6d0ae commit d6b39fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ jobs:
109109
- run: cd serde && cargo build --no-default-features
110110
- run: cd serde && cargo build
111111

112+
derive:
113+
name: Rust 1.31.0
114+
runs-on: ubuntu-latest
115+
steps:
116+
- uses: actions/checkout@v2
117+
- uses: dtolnay/[email protected]
118+
- run: cd serde_derive && cargo check
119+
112120
alloc:
113121
name: Rust 1.36.0
114122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)