Now using nightly compiler for workflows.

This commit is contained in:
2020-05-13 04:25:57 +01:00
parent a89ce37da1
commit 95d2ea261d

View File

@@ -19,8 +19,8 @@ jobs:
toolchain: nightly
components: rustfmt, clippy
- name: Clippy
run: cargo clippy --verbose
run: cargo +nightly clippy --verbose
- name: Run tests
run: cargo test --verbose
run: cargo +nightly test --verbose
- name: Rust Fmt
run: cargo fmt --verbose -- --check
run: cargo +nightly fmt --verbose -- --check