Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort

- name: Lint
run: cargo clippy --all-features --locked
run: cargo clippy --locked

- name: Check dependencies
run: cargo deny check
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
run: cargo binstall -y sea-orm-cli

- name: Test
run: cargo test --all-features --locked
run: cargo test --locked
Loading