Skip to content

Commit

Permalink
sync Tue Dec 12 08:52:27 AM CET 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 12, 2023
1 parent 6665eb2 commit 1508ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:

- run:
name: Format
run: cargo fmt --all -- --check
command: cargo fmt --all -- --check

- run:
name: Clippy
run: cargo clippy -- -D clippy::all -D clippy::nursery -D warnings
command: cargo clippy -- -D clippy::all -D clippy::nursery -D warnings

- run:
name: Check
run: cargo check
command: cargo check

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

0 comments on commit 1508ef6

Please sign in to comment.