From 086b63ab1b5f004400721ef876b6f1441783f104 Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Thu, 2 Jun 2022 00:13:08 -0400 Subject: add integration-test cargo alias --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d0383a7..b24cdb8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: -- cgit v1.2.3-70-g09d2