mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 14:58:04 +00:00
[ci]: use latest nightly (#222)
* [ci]: use latest nightly * grumbles * fix nit; targets -> target
This commit is contained in:
@@ -15,15 +15,19 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: setup
|
||||
run: |
|
||||
rustup install nightly-2020-10-01 --profile default
|
||||
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-10-01
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: rustfmt
|
||||
target: wasm32-unknown-unknown
|
||||
|
||||
- name: fmt
|
||||
run: cargo +nightly-2020-10-01 fmt --all -- --check
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: build
|
||||
run: cargo +nightly-2020-10-01 build --workspace --verbose
|
||||
run: cargo build --workspace --verbose
|
||||
|
||||
- name: test
|
||||
run: cargo +nightly-2020-10-01 test --workspace --verbose -- --test-threads=1
|
||||
run: cargo test --workspace --verbose -- --test-threads=1
|
||||
|
||||
Reference in New Issue
Block a user