Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beqaabu authored Nov 29, 2024
1 parent a07ad79 commit 93d8c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cargo check

- name: clippy
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy

- name: fmt
run: cargo fmt --all -- --check
Expand All @@ -35,4 +35,4 @@ jobs:
run: cargo build --release

- name: test
run: cargo test
run: cargo test

0 comments on commit 93d8c58

Please sign in to comment.