Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ end-to-end-test: &end-to-end-test
no_output_timeout: 15m
command: |
export PATH=${PATH}:~/repos/golang/go/bin
export E2E_TESTS_FORCE_USE_MYCELO=true
cd celo-monorepo/packages/celotool
./${TEST_NAME} local ~/repos/geth
# Note, all e2e tests call 'make all' in ~/repos/geth, this causes most code
Expand Down