Skip to content

Commit 03fada7

Browse files
committed
Don't run manual tests in CI
1 parent ba2d71a commit 03fada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -ev
44

5-
./tools/bazel test --test_size_filters= --config=host //:host
5+
./tools/bazel test --test_size_filters= --test_tag_filters=-manual --config=host //:host
66
./tools/bazel build --config=target //:target

0 commit comments

Comments
 (0)