mirror of https://github.com/helix-editor/helix
add integration-test cargo alias
parent
41bf1d5811
commit
086b63ab1b
|
@ -1,2 +1,3 @@
|
||||||
[alias]
|
[alias]
|
||||||
xtask = "run --package xtask --"
|
xtask = "run --package xtask --"
|
||||||
|
integration-test = "test --features integration --workspace --test integration"
|
||||||
|
|
|
@ -64,7 +64,12 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --workspace --features integration
|
args: --workspace
|
||||||
|
|
||||||
|
- name: Run cargo integration-test
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: integration-test
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue