Install all extra deps in molecule task
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e7a57f0..2a67153 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -91,7 +91,7 @@
           cache: poetry
 
       - name: Install dependencies
-        run: poetry install --no-interaction
+        run: poetry install --no-interaction --all-extras
 
       # TODO(mnaser): Move this out to "cleanup" stage
       - name: Set up Go