add integration feature to github tests

This commit is contained in:
Skyler Hawthorne 2022-04-25 19:18:27 -04:00
parent 2386c81ebc
commit 2fbf833630

View File

@ -64,7 +64,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace
args: --workspace --features integration
strategy:
matrix: