This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
circle: add GOCACHE=off and -v to tests
pull/1636/head
Ethan Buchman
7 years ago
parent
c8be091d4a
commit
1e87ef7f75
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.circleci/config.yml
+ 1
- 1
.circleci/config.yml
View File
@ -139,7 +139,7 @@ jobs:
for pkg in $(go list github.com/tendermint/tendermint/... | grep -v /vendor/ | circleci tests split --split-by=timings); do
id=$(basename "$pkg")
go test -timeout 5m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic "$pkg"
GOCACHE=off
go test
-v
-timeout 5m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic "$pkg"
done
-
persist_to_workspace:
root
:
/tmp/workspace
Write
Preview
Loading…
Cancel
Save