helix/.cargo/config

4 lines
121 B
Plaintext
Raw Normal View History

2021-11-17 21:30:11 +08:00
[alias]
xtask = "run --package xtask --"
2022-06-02 12:13:08 +08:00
integration-test = "test --features integration --workspace --test integration"