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
updates
pull/1906/head
Zach Ramsay
6 years ago
parent
0c393b5c62
commit
bc010ab5fa
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.circleci/config.yml
+1
-0
Makefile
+ 1
- 2
.circleci/config.yml
View File
@ -31,8 +31,7 @@ jobs:
name
:
binaries
command
:
|
export PATH="$GOBIN:$PATH"
make install
cd abci && make install
make install install_abci
-
persist_to_workspace:
root
:
/tmp/workspace
paths:
+ 1
- 0
Makefile
View File
@ -155,6 +155,7 @@ test_integrations:
make install
make test_cover
make test_apps
make test_abci_apps
make test_abci_cli
make test_persistence
make test_p2p
Write
Preview
Loading…
Cancel
Save