mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-09 03:40:23 +00:00
Now using nightly compiler for workflows.
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user