ci: bring back build tests (#1813)

This directory was deleted when `cargo hack` was introduced, however
there were some tests that were still useful (macro failure output).

Also, additional build tests will be added over time.
This commit is contained in:
Carl Lerche
2019-11-22 14:38:49 -08:00
committed by GitHub
parent 7cd63fb946
commit e1b1e216c5
9 changed files with 120 additions and 0 deletions
+1
View File
@@ -9,5 +9,6 @@ members = [
# Internal
"examples",
"tests-build",
"tests-integration",
]