aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
blob: 5d6155669a3adddf862138991506df50b4c2b7e1 (plain) (blame)
1
2
3
[alias]
xtask = "run --package xtask --"
integration-test = "test --features integration --workspace --test integration"