ci: remove e2e and integration tests (#289)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3af6abc..0a2f5ff 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -55,7 +55,7 @@
     strategy:
       fail-fast: false
       matrix:
-        type: [e2e, integration, unit]
+        type: [unit]
     steps:
       - name: Checkout project
         uses: actions/checkout@v3