dependabot[bot]
90a2c33285
build(deps): Bump actions/cache from v2.1.3 to v2.1.4 ( #6055 )
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Marko
6c0d4070c2
ci: build for 32 bit, libs: fix overflow ( #5700 )
4 years ago
Marko
23bc2f690c
ci: remove `add-path` ( #5674 )
4 years ago
Anton Kaliaev
047b5ea85e
bump go version to 1.15 ( #5639 ) ( #5667 )
4 years ago
dependabot[bot]
51b8d3a153
build(deps): Bump technote-space/get-diff-action from v3 to v4 ( #5485 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
4 years ago
dependabot[bot]
cbdc089321
build(deps): Bump actions/cache from v2.1.1 to v2.1.2 ( #5487 )
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
3935a40929
build(deps): Bump actions/cache from v2.1.0 to v2.1.1 ( #5268 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
dependabot[bot]
f6c9a551b0
build(deps): Bump technote-space/get-diff-action from v1 to v3 ( #5246 )
4 years ago
dependabot[bot]
7b367eb017
build(deps): Bump actions/cache from v1 to v2.1.0 ( #5244 )
4 years ago
Erik Grinaker
a0bd5e7ddd
tests: use github.sha in binary cache key ( #5062 )
4 years ago
Marko
812dddc5ce
ci: fix spacing of if statement ( #5015 )
## Description
This pr fixes the spacing of the if statement. It was working but throwing warnings. this aims to resolve that
Closes: #XXX
4 years ago
Marko
062764ae72
ci: migrate test_cover ( #4869 )
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
4 years ago
Marko
a27317dff0
ci: add timeouts ( #4912 )
## Description
Add Timeouts to Github action jobs. The goal of adding timeouts is so if a job is hanging on something it gets killed and the author will get notified.
I picked these times based on previous circle and Github action times then doubled & in some places tripled the times.
Closes: #XXX
5 years ago
Marko
7866f4a995
ci: migrate localnet to github actions ( #4878 )
## Description
This PR moves `localnet` from circleci to github actions.
Would we like to add longer lived nets?
Closes: #XXX
5 years ago
Marko
ffc73ba03d
ci: checkout code before git diff check ( #4779 )
5 years ago
Marko
1e925acd04
ci: check git diff on each job ( #4770 )
5 years ago
Marko
7a87a784bf
ci: only run when applicable ( #4752 )
- only run tests when .go, .mod, .sum files have been touched
- only run proto checks when .proto files have been touched
Signed-off-by: Marko Baricevic marbar3778@yahoo.com
5 years ago
Marko
62feafb6bd
ci: transition some ci to github actions
## Description
move tests for abci_cli, abci_app and app_tests to github actions
______
For contributor use:
- [ ] Wrote tests
- [ ] Updated CHANGELOG_PENDING.md
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Updated relevant documentation (`docs/`) and code comments
- [ ] Re-reviewed `Files changed` in the Github PR explorer
5 years ago