Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Nov 22, 2024
1 parent 2e89d38 commit e6d18b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
run: cargo +nightly fmt --check
- name: Cargo Test
if: env.LINT_MODE == 'fix'
run: cargo test --all --all-targets --all-features --fix --allow-staged --allow-dirty
run: cargo test --all --all-targets --all-features
- name: Cargo Fmt
if: env.LINT_MODE == 'fix'
run: cargo +nightly fmt --all
- name: Cargo Clippy
run: cargo +nightly clippy --all-features --workspace -- -D warnings
run: cargo +nightly clippy --all-features --workspace --fix --allow-staged --allow-dirty
- name: Cargo Test
if: env.LINT_MODE == 'check'
run: cargo test --all-features --workspace
Expand Down

0 comments on commit e6d18b2

Please sign in to comment.