Fix the one remaining proto tx bug and flip the switch (#6902)

* Fix the one remaining proto tx bug and flip the switch

* Update github CI

* Wrap TxDecoder errors

* Add test

* Cleanup
This commit is contained in:
Aaron Craelius
2020-07-30 18:58:26 +00:00
committed by GitHub
parent 9ccec075e2
commit 7e2eea84c6
8 changed files with 39 additions and 21 deletions
+3 -3
View File
@@ -188,9 +188,9 @@ jobs:
with:
file: ./coverage.txt
if: "env.GIT_DIFF != ''"
test-unit-proto-expected-to-fail:
test-unit-amino-might-fail:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test-unit-proto
run: make test-unit-proto
- name: test-unit-amino
run: make test-unit-amino