Skip to content

Commit c892851

Browse files
authored
Don't recommend running the tests at package time.
Users probably don't want to run all the system tests to try out the BigQuery samples.
1 parent ce761e7 commit c892851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install [Maven](http://maven.apache.org/).
88

99
Build your project with:
1010

11-
mvn package
11+
mvn package -DskipTests
1212

1313
You can then run a given `ClassName` via:
1414

0 commit comments

Comments
 (0)