Skip to content

Commit

Permalink
Rename just build to just ci
Browse files Browse the repository at this point in the history
I think that name captures better, that this command is meant to mirror
the CI build.
  • Loading branch information
hannobraun committed Dec 7, 2022
1 parent 8c7dbc3 commit 53dd509
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
@@ -1,6 +1,6 @@
export RUSTDOCFLAGS := "-D warnings"

build:
ci:
cargo fmt --check
cargo clippy --all-features -- -D warnings
cargo test --all-features
Expand Down

0 comments on commit 53dd509

Please sign in to comment.