Convert integration tests to use test node process (#253)

* Remove integration-tests feature, use test node process

* Allow tests to run in parallel

* Fmt

* Fix errors

* Fix more errors

* Use test node process in test context

* Remove code for managing accounts for contract tests

* Update contract dispatchables

* Fix up contract calls for 3.0 compat

* Fmt

* Fix up some tests

* Fix some more tests

* Fix some more tests

* Fmt
This commit is contained in:
Andrew Jones
2021-03-22 10:30:42 +00:00
committed by GitHub
parent 9742c09b27
commit 055ebff52d
5 changed files with 155 additions and 158 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ jobs:
run: cargo build --workspace --verbose
- name: test
run: cargo test --workspace --verbose -- --test-threads=1
run: cargo test --workspace --verbose