Enable CI for nightly

This commit is contained in:
Sunli 2021-02-13 09:59:18 +08:00
parent 386b0b2876
commit 3476f1b1c5
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