Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
CI nightly toolchain changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dharjeezy committed Sep 15, 2023
1 parent f205305 commit f30ac8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-09-13
toolchain: nightly-2023-08-23
targets: wasm32-unknown-unknown

- name: Install Protoc
Expand All @@ -34,16 +34,16 @@ jobs:

- name: Build
run: |
cargo +nightly-2023-09-13 check --workspace --all-targets --all-features --verbose --locked
cargo +nightly-2023-08-23 check --workspace --all-targets --all-features --verbose --locked
- name: Build `no-std`
run: |
cargo +nightly-2023-09-13 check -p pallet-ismp --no-default-features --target=wasm32-unknown-unknown --verbose --locked
cargo +nightly-2023-09-13 check -p ismp-demo --no-default-features --target=wasm32-unknown-unknown --verbose --locked
cargo +nightly-2023-08-23 check -p pallet-ismp --no-default-features --target=wasm32-unknown-unknown --verbose --locked
cargo +nightly-2023-08-23 check -p ismp-demo --no-default-features --target=wasm32-unknown-unknown --verbose --locked
- name: Test
run: |
cargo +nightly-2023-09-13 test -p pallet-ismp --all-targets --all-features --verbose --locked
cargo +nightly-2023-08-23 test -p pallet-ismp --all-targets --all-features --verbose --locked
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f30ac8e

Please sign in to comment.