|
|
@@ -14,11 +14,11 @@ jobs:
|
|
|
- uses: actions/checkout@v2
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
with:
|
|
|
- toolchain: stable
|
|
|
+ toolchain: nightly
|
|
|
override: true
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
with:
|
|
|
- toolchain: stable
|
|
|
+ toolchain: nightly
|
|
|
target: wasm32-unknown-unknown
|
|
|
override: true
|
|
|
|
|
|
@@ -54,11 +54,11 @@ jobs:
|
|
|
- uses: actions/checkout@v2
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
with:
|
|
|
- toolchain: stable
|
|
|
+ toolchain: nightly
|
|
|
override: true
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
with:
|
|
|
- toolchain: stable
|
|
|
+ toolchain: nightly
|
|
|
target: wasm32-unknown-unknown
|
|
|
override: true
|
|
|
- uses: taiki-e/install-action@cargo-hack
|
|
|
@@ -88,7 +88,7 @@ jobs:
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
with:
|
|
|
toolchain: nightly
|
|
|
+ components: rustfmt
|
|
|
override: true
|
|
|
- run: |
|
|
|
- rustup component add rustfmt
|
|
|
cargo fmt -- --check
|