forked from rojo-rbx/rojo
Turn off rustfmt/clippy for 0.5.x branch
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -23,12 +23,6 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --locked --verbose
|
run: cargo test --locked --verbose
|
||||||
|
|
||||||
- name: Rustfmt and Clippy
|
|
||||||
run: |
|
|
||||||
cargo fmt -- --check
|
|
||||||
cargo clippy
|
|
||||||
if: matrix.rust_version == 'stable'
|
|
||||||
|
|
||||||
- name: Build (All Features)
|
- name: Build (All Features)
|
||||||
run: cargo build --locked --verbose --all-features
|
run: cargo build --locked --verbose --all-features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user