Trying to get the tests back working

This commit is contained in:
Bastian Köcher
2019-04-12 12:01:16 +02:00
parent be6df468e6
commit e4ec12a609
15 changed files with 944 additions and 796 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
[workspace]
members = [ "consensus", "runtime" ]
members = [
"consensus",
"runtime",
"test/runtime",
"test/client",
]