ci: add e2e to matrix
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 704706d..9220393 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@
     strategy:
       fail-fast: false
       matrix:
-        type: [unit, integration]
+        type: [e2e, integration, unit]
     steps:
       - name: Checkout project
         uses: actions/checkout@v3.0.2