File tree 1 file changed +2
-6
lines changed 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 48
48
run : ./configure.sh <<< $'n\n'
49
49
shell : bash
50
50
- name : " TF Lite Arm32: Cross-compile and run unit tests in qemu"
51
- run : ./bazelisk test larq_compute_engine/tests:cc_tests_arm32_qemu --config=rpi3 --test_output=all
52
- env :
53
- GTEST_FILTER : -*BigTest*
51
+ run : ./bazelisk test larq_compute_engine/tests:cc_tests_arm32_qemu --config=rpi3 --test_output=all --action_env=GTEST_FILTER="-*BigTest*"
54
52
- name : " TF Lite Aarch64: Cross-compile and run unit tests in qemu"
55
- run : ./bazelisk test larq_compute_engine/tests:cc_tests_aarch64_qemu --config=aarch64 --test_output=all
56
- env :
57
- GTEST_FILTER : -*BigTest*
53
+ run : ./bazelisk test larq_compute_engine/tests:cc_tests_aarch64_qemu --config=aarch64 --test_output=all --action_env=GTEST_FILTER="-*BigTest*"
58
54
- name : " Benchmark utility: check it builds successfully"
59
55
run : ./bazelisk build //larq_compute_engine/tflite/benchmark:lce_benchmark_model --config=aarch64 --compilation_mode=fastbuild
60
56
- name : " ImageNet evaluation utility: check it builds successfully"
You can’t perform that action at this time.
0 commit comments