From 4d6d0ae5395dbade3952de2f174af868ba1d0ed7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 May 2020 22:35:08 -0700 Subject: [PATCH] Add a CI builder on 1.31.0 --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dd366acc..990dadb73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,14 @@ jobs: - run: cd serde && cargo build --no-default-features - run: cd serde && cargo build + derive: + name: Rust 1.31.0 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: dtolnay/rust-toolchain@1.31.0 + - run: cd serde_derive && cargo check + alloc: name: Rust 1.36.0 runs-on: ubuntu-latest