Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Adding Ethereum tests submodule to CircleCI tests (#71)
Browse files Browse the repository at this point in the history
* I hope this works without any setup

* cI: rename testsuite task
  • Loading branch information
austinabell authored and noot committed Jun 18, 2019
1 parent 8c43b48 commit 19664f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19664f5

Please sign in to comment.