From 757986e648171e042a45e8680e0b0f25c1bc6c08 Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Mon, 22 May 2023 20:20:37 +0100 Subject: [PATCH] bump rust version in CI --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ae340d..bb69757 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: profile: minimal # regular nightly currently causes panics, so pin this - toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu + toolchain: nightly-2023-03-08-x86_64-unknown-linux-gnu override: true - uses: Swatinem/rust-cache@v2 - uses: actions-rs/cargo@v1 @@ -28,7 +28,7 @@ jobs: with: profile: minimal # regular nightly currently causes panics, so pin this - toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu + toolchain: nightly-2023-03-08-x86_64-unknown-linux-gnu override: true - uses: Swatinem/rust-cache@v2 - uses: actions-rs/cargo@v1 @@ -44,7 +44,7 @@ jobs: with: profile: minimal # regular nightly currently causes panics, so pin this - toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu + toolchain: nightly-2023-03-08-x86_64-unknown-linux-gnu override: true - uses: Swatinem/rust-cache@v2 - run: rustup component add rustfmt @@ -62,7 +62,7 @@ jobs: with: profile: minimal # regular nightly currently causes panics, so pin this - toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu + toolchain: nightly-2023-03-08-x86_64-unknown-linux-gnu override: true - uses: Swatinem/rust-cache@v2 - run: rustup component add clippy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 954dfbd..34df339 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: profile: minimal # regular nightly currently causes panics, so pin this - toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu + toolchain: nightly-2023-03-08-x86_64-unknown-linux-gnu target: wasm32-wasi override: true - name: Set up Node 14 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index f053bb2..5de7a19 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -1,4 +1,4 @@ -name: Continuous integration +name: Snapshot on: [push, pull_request] @@ -12,7 +12,7 @@ jobs: with: profile: minimal # regular nightly currently causes panics, so pin this - toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu + toolchain: nightly-2023-03-08-x86_64-unknown-linux-gnu override: true - name: Set up Node 14 uses: actions/setup-node@v2 @@ -20,4 +20,4 @@ jobs: node-version: 14.x - uses: Swatinem/rust-cache@v2 - run: yarn - - run: cargo test -- --ignored || true + - run: cargo test snapshot