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
This commit is contained in:
Marko
2020-05-26 08:10:41 +00:00
committed by GitHub
parent 89a3cb2b0a
commit 7866f4a995
5 changed files with 35 additions and 24 deletions
+3
View File
@@ -1,4 +1,7 @@
name: Tests
# Tests runs different tests (test_abci_apps, test_abci_cli, test_apps)
# This workflow runs on every push to master or release branch and every pull requests
# All jobs will pass without running if no *{.go, .mod, .sum} files have been modified
on:
pull_request:
push: