build targets -> test targets (#17)
This commit is contained in:
parent
21391856d0
commit
9e67b25500
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
platforms:
|
platforms:
|
||||||
ubuntu1804:
|
ubuntu1804:
|
||||||
build_targets:
|
test_targets:
|
||||||
- "//examples:tests"
|
- "//examples:tests"
|
||||||
ubuntu1604:
|
ubuntu1604:
|
||||||
build_targets:
|
test_targets:
|
||||||
- "//examples:tests"
|
- "//examples:tests"
|
||||||
macos:
|
macos:
|
||||||
build_targets:
|
test_targets:
|
||||||
- "//examples:tests"
|
- "//examples:tests"
|
||||||
|
|
Loading…
Reference in New Issue