Created
July 24, 2025 04:23
-
-
Save gabrielfalcao/cfbed4647866aec70ff5b649de01625d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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