From c077d5ce7b34d81f49f8ddecd817ae7bd4861c34 Mon Sep 17 00:00:00 2001
From: Sydney Anne Erickson <sydney@elixxir.io>
Date: Wed, 24 Aug 2022 16:13:59 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5b06dd7..9e668784 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,10 @@ build:
     script:
         - GOOS=js GOARCH=wasm go build -o xxdk.wasm
 
-native-test:
-    stage: test
-    script:
-        - go test ./...
+#native-test:
+#    stage: test
+#    script:
+#        - go test ./...
 
 wasm-test:
     stage: test
-- 
GitLab