@cryptotaxi247 / kubo / commits / 7f2630bec

debug

Marten Seemann committed May 14, 2021 at 18:13 UTC 7f2630bec264250177cb4343ca1aceb8ae7b7a01
1 file changed +4 -1
.circleci/config.yml
+4 -1
@@ -135,6 +135,7 @@ jobs:
135 wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
136 tar xfz go1.16.4.linux-amd64.tar.gz
137 echo "export PATH=$(pwd)/go/bin:$PATH" >> $BASH_ENV
138 + - run: go version
139 - run: sudo apt install socat net-tools
140 - checkout
141
@@ -160,7 +161,9 @@ jobs:
161 - run:
162 echo DOCKER_HOST=$DOCKER_HOST &&
163 make -O -j 3 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1 DOCKER_HOST=$DOCKER_HOST
163 -
164 + - run:
165 + when: always
166 + command: which ipfs || true
167 - run:
168 when: always
169 command: bash <(curl -s https://codecov.io/bash) -cF sharness -X search -f coverage/sharness_tests.coverprofile