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: fix config.yml
pull/1780/head
Zach Ramsay
7 years ago
parent
ec8079089f
commit
a13a2529bf
1 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
.circleci/config.yml
+ 3
- 5
.circleci/config.yml
View File
@ -58,7 +58,7 @@ jobs:
-
run:
name
:
Run integration tests
command
:
|
find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \;
export PATH="$GOBIN:$PATH"
bash tests/test.sh
test_cover:
@ -112,10 +112,8 @@ workflows:
requires:
-
setup_dependencies
-
test_integration:
requires:
requires:
-
setup_dependencies
-
upload_coverage:
requires:
-
test_integrations
-
test_integration
Write
Preview
Loading…
Cancel
Save