Remove nightly from Examples
This commit is contained in:
parent
ec198060c3
commit
320cbf5b75
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -251,15 +251,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
|
- run: cargo fmt --manifest-path ${{ matrix.path }} --all -- --check
|
||||||
- run: cargo build --manifest-path ${{ matrix.path }}
|
- run: cargo build --manifest-path ${{ matrix.path }}
|
||||||
- run: cargo test --manifest-path ${{ matrix.path }}
|
- run: cargo test --manifest-path ${{ matrix.path }}
|
||||||
- if: ${{ contains(matrix.path, 'core/Cargo.toml') }}
|
- if: ${{ contains(matrix.path, 'core/Cargo.toml') }}
|
||||||
run: cargo test --manifest-path ${{ matrix.path }} --features mock
|
run: cargo test --manifest-path ${{ matrix.path }} --features mock
|
||||||
- uses: dtolnay/rust-toolchain@master
|
|
||||||
with:
|
|
||||||
toolchain: nightly
|
|
||||||
components: rustfmt
|
|
||||||
- run: cargo fmt --manifest-path ${{ matrix.path }} --all -- --check
|
|
||||||
|
|
||||||
issues-matrix:
|
issues-matrix:
|
||||||
name: Issues Matrix
|
name: Issues Matrix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user