Skip to content

Instantly share code, notes, and snippets.

@gabrielfalcao
Created July 24, 2025 04:23
Show Gist options
  • Save gabrielfalcao/cfbed4647866aec70ff5b649de01625d to your computer and use it in GitHub Desktop.
Save gabrielfalcao/cfbed4647866aec70ff5b649de01625d to your computer and use it in GitHub Desktop.
[alias]
c = "check"
d = "dist"
j = "check --offline --message-format=json-diagnostic-short"
tj = "test --offline --message-format=json-diagnostic-short"
cjq = "check --offline --message-format=json"
tjq = "test --offline --message-format=json"
q = "quickcheck"
ip = "install --all-features --path ."
ipo = "install --all-features --offline --path ."
n = "nextest run -j1 --ff"
# t = "test --offline --color always -- --nocapture --color always"
t = "test --offline -j 1 --color always --all-features -- --nocapture --color always --test-threads 1" # -- -Z --ensure-time
test-all-features = "test --offline -j 1 --all-features --color always -- --nocapture --color always"
f = "fix --all --all-targets --allow-staged --allow-dirty"
fb = "fix --all --all-targets --allow-staged --allow-dirty --broken-code"
docs = "doc -Zunstable-options -Zrustdoc-scrape-examples"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment