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: