aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-04-25 23:18:27 +0000
committerSkyler Hawthorne2022-06-19 03:54:03 +0000
commit2fbf83363028179fe8d3908b5d9911d8595163b1 (patch)
treec816a1dc5043bba1a94768767d1f3af3d5430a05
parent2386c81ebc118860107094591b76ef3864e120a8 (diff)
add integration feature to github tests
-rw-r--r--.github/workflows/build.yml2
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: