From 19664f536e19932f65c0b802df207521f3fc0124 Mon Sep 17 00:00:00 2001 From: Austin Abell Date: Tue, 18 Jun 2019 10:37:35 -0400 Subject: [PATCH] Adding Ethereum tests submodule to CircleCI tests (#71) * I hope this works without any setup * cI: rename testsuite task --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23be8e223..9d08d427c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,6 +47,9 @@ jobs: - restore_cache: keys: - go-mod-v4-{{ checksum "go.sum" }} + - run: + name: Initialize Ethereum Testsuite + command: git submodule update --init --recursive - run: name: Run All Tests command: make test