Disable CI for nightly

This commit is contained in:
Sunli 2021-02-06 12:22:32 +08:00
parent 2d7627cd39
commit 6bb84d4976
1 changed files with 9 additions and 9 deletions

View File

@ -44,12 +44,12 @@ jobs:
working-directory: ./examples
# build on nightly
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: clippy, rustfmt
- name: Build on nightly without features
run: cargo build --no-default-features
- name: Build on nightly
run: cargo build --all --verbose
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: nightly
# override: true
# components: clippy, rustfmt
# - name: Build on nightly without features
# run: cargo build --no-default-features
# - name: Build on nightly
# run: cargo build --all --verbose