Skip to content

Commit

Permalink
bump rust version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 22, 2023
1 parent 9b509a2 commit 757986e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous integration
name: Snapshot

on: [push, pull_request]

Expand All @@ -12,12 +12,12 @@ 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
with:
node-version: 14.x
- uses: Swatinem/rust-cache@v2
- run: yarn
- run: cargo test -- --ignored || true
- run: cargo test snapshot

0 comments on commit 757986e

Please sign in to comment.