Skip to content

Commit

Permalink
Merge pull request #72 from h1alexbel/rultor-just
Browse files Browse the repository at this point in the history
feat(rultor): --color after
  • Loading branch information
h1alexbel authored Jul 11, 2024
2 parents 0acfce3 + 68ced07 commit d09607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ rultor:
sudo npm install @openapitools/openapi-generator-cli -g && \
sudo openapi-generator-cli generate -i github.yml -g rust -o .
cargo --color=never test -vv
cargo --color=never +nightly fmt --check
cargo +nightly fmt --check -- --color=never
cargo doc --no-deps
cargo clippy

0 comments on commit d09607b

Please sign in to comment.