build targets -> test targets (#17)

This commit is contained in:
irengrig 2018-08-13 13:09:30 +02:00 committed by GitHub
parent 21391856d0
commit 9e67b25500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
---
platforms:
ubuntu1804:
build_targets:
test_targets:
- "//examples:tests"
ubuntu1604:
build_targets:
test_targets:
- "//examples:tests"
macos:
build_targets:
test_targets:
- "//examples:tests"