aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index 35049cbc..5d615566 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,2 +1,3 @@
[alias]
xtask = "run --package xtask --"
+integration-test = "test --features integration --workspace --test integration"