mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
circle: fix config.yml
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user