mirror of
https://github.com/stefanoamorelli/crabrl.git
synced 2026-04-18 07:10:42 +00:00
Revert "ci: temporarily disable fmt and clippy checks"
This reverts commit cdb0e893f7.
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -51,12 +51,11 @@ jobs:
|
||||
path: target
|
||||
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
# Formatting and clippy checks temporarily disabled
|
||||
# - name: Check formatting
|
||||
# run: cargo fmt -- --check
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
# - name: Run clippy
|
||||
# run: cargo clippy --all-features -- -D warnings
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all-features -- -D warnings
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose --all-features
|
||||
|
||||
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -30,12 +30,11 @@ jobs:
|
||||
- name: Run tests
|
||||
run: cargo test --all-features --release
|
||||
|
||||
# Formatting and clippy checks temporarily disabled
|
||||
# - name: Check formatting
|
||||
# run: cargo fmt -- --check
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
# - name: Run clippy
|
||||
# run: cargo clippy --all-features -- -D warnings
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all-features -- -D warnings
|
||||
|
||||
publish-crates-io:
|
||||
name: Publish to crates.io
|
||||
|
||||
Reference in New Issue
Block a user