test: add GitHub action for end-to-end tests (#5452)

Partial fix for #5291.
This commit is contained in:
Erik Grinaker
2020-10-05 12:44:35 +02:00
committed by GitHub
parent 090afe30f9
commit 7e27e9b852
4 changed files with 50 additions and 2 deletions
+2
View File
@@ -36,6 +36,8 @@ The test runner has the following stages, which can also be executed explicitly
* `logs`: outputs all node logs.
* `tail`: tails (follows) node logs until cancelled.
## Tests
Test cases are written as normal Go tests in `tests/`. They use a `testNode()` helper which executes each test as a parallel subtest for each node in the network.