Skip to content

Commit

Permalink
Document justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Dec 7, 2022
1 parent 53dd509 commit 6295a66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
export RUSTDOCFLAGS := "-D warnings"

# Run a full build that mirrors the CI build
#
# Basically, if this passes locally, then the CI build should pass too, once you
# submit your work as a pull request. Please note that the CI build is
# maintained separately from this file. Most deviations in behavior should
# probably be considered a bug in this file.
ci:
cargo fmt --check
cargo clippy --all-features -- -D warnings
Expand Down

0 comments on commit 6295a66

Please sign in to comment.