We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f99149 commit 94db369Copy full SHA for 94db369
1 file changed
scripts/run_tests
@@ -8,4 +8,5 @@ bazel build @npm//tslint/bin:tslint && bazel-bin/external/npm/tslint/bin/tslint.
8
# Run unit tests
9
bazel test ... \
10
--test_tag_filters=-integration \
11
- --build_tests_only
+ --build_tests_only \
12
+ "$@"
0 commit comments