bazel: consolidate bazel test invocations
This way it can run them in parallel.
This commit is contained in:
parent
baac92fc41
commit
14ef7c0c59
@ -75,8 +75,9 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export TEST_TMPDIR=$(pwd)
|
export TEST_TMPDIR=$(pwd)
|
||||||
./output/bazel test --test_output=errors examples/cpp:hello-success_test
|
./output/bazel test --test_output=errors \
|
||||||
./output/bazel test --test_output=errors examples/java-native/src/test/java/com/example/myproject:hello
|
examples/cpp:hello-success_test \
|
||||||
|
examples/java-native/src/test/java/com/example/myproject:hello
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user