diff options
author | Skyler Hawthorne | 2022-04-25 23:18:27 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-06-19 03:54:03 +0000 |
commit | 2fbf83363028179fe8d3908b5d9911d8595163b1 (patch) | |
tree | c816a1dc5043bba1a94768767d1f3af3d5430a05 /.github | |
parent | 2386c81ebc118860107094591b76ef3864e120a8 (diff) |
add integration feature to github tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1368d1bc..d87d4a3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --workspace + args: --workspace --features integration strategy: matrix: |