File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 38
38
bazelrc_additions : |
39
39
common --announce_rc
40
40
build --verbose_failures
41
+ test --test_timeout=3000
41
42
42
43
on :
43
44
# Nightly runs.
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
# ==============================================================================
16
16
echo " Testing All Bazel py_test and cc_tests." ;
17
- test_outputs=$( bazel test --test_timeout=3000 --cxxopt=" -msse2" --cxxopt=" -msse3" --cxxopt=" -msse4" //tensorflow_quantum/...)
17
+ test_outputs=$( bazel test -c opt --experimental_repo_remote_exec --test_output=errors --cxxopt= " -D_GLIBCXX_USE_CXX11_ABI=1 " --cxxopt= " -std=c++17 " --cxxopt=" -msse2" --cxxopt=" -msse3" --cxxopt=" -msse4" //tensorflow_quantum/...)
18
18
exit_code=$?
19
19
if [ " $exit_code " == " 0" ]; then
20
20
echo " Testing Complete!" ;
You can’t perform that action at this time.
0 commit comments