Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
beqaabu authored Nov 29, 2024
1 parent 93d8c58 commit 6f6c96b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
38 changes: 0 additions & 38 deletions .github/ci.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: fmt
run: cargo fmt --all -- --check
- name: clippy
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy -D warnings
- name: check
run: cargo check
- name: build
run: cargo build --verbose
run: cargo build --release
- name: run tests
run: cargo test --verbose
run: cargo test --release

0 comments on commit 6f6c96b

Please sign in to comment.