Tried to slim down the tests a bit more.

pull/13171/head
Joshua Haberman 4 years ago
parent baab25b7aa
commit 73fcfe9ed0
  1. 2
      kokoro/ubuntu/build.sh

@ -22,7 +22,7 @@ if which gcc; then
gcc --version
CC=gcc bazel test --test_output=errors ...
CC=gcc bazel test -c opt --test_output=errors ... -- -benchmarks:benchmark
CC=gcc bazel test --test_output=errors ... --//:fasttable_enabled=true -- -cmake:test_generated_files
CC=gcc bazel test --test_output=errors ... --//:fasttable_enabled=true -- -cmake:test_generated_files -benchmarks:benchmark
# TODO: work through these errors and enable this.
# if gcc -fanalyzer -x c /dev/null -c -o /dev/null; then
# CC=gcc bazel test --copt=-fanalyzer --test_output=errors ...

Loading…
Cancel
Save