Skip to content

Commit

Permalink
add integration-test cargo alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dead10ck committed Jun 19, 2022
1 parent 41bf1d5 commit 086b63a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[alias]
xtask = "run --package xtask --"
integration-test = "test --features integration --workspace --test integration"
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --features integration
args: --workspace

- name: Run cargo integration-test
uses: actions-rs/cargo@v1
with:
command: integration-test

strategy:
matrix:
Expand Down

0 comments on commit 086b63a

Please sign in to comment.