diff --git a/.github/ci.yml b/.github/ci.yml index 38feddb..aaf48be 100644 --- a/.github/ci.yml +++ b/.github/ci.yml @@ -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 @@ -35,4 +35,4 @@ jobs: run: cargo build --release - name: test - run: cargo test \ No newline at end of file + run: cargo test