From 66dd4b1c682b7cd4ff4617253fa12f4401d62ae8 Mon Sep 17 00:00:00 2001 From: dark64 Date: Tue, 31 Jan 2023 12:12:00 +0100 Subject: [PATCH] disable wasm_test in ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 974e9f22..c4d216ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -249,7 +249,7 @@ workflows: jobs: - build - test - - wasm_test + # - wasm_test - integration_test - zokrates_js_build - zokrates_js_test @@ -307,7 +307,7 @@ workflows: requires: - build - test - - wasm_test + # - wasm_test - integration_test - zokrates_js_build - zokrates_js_test