bazel: cosmetic fix: test name cpp->java
This commit is contained in:
parent
55a810443d
commit
cd65145664
|
@ -38,7 +38,7 @@ let
|
|||
''));
|
||||
|
||||
testBazel = bazelTest {
|
||||
name = "bazel-test-cpp";
|
||||
name = "bazel-test-java";
|
||||
inherit workspaceDir;
|
||||
bazelPkg = bazel;
|
||||
buildInputs = [ openjdk8 ];
|
||||
|
|
Loading…
Reference in New Issue