Skip to content

Commit

Permalink
fix: force Java build for test (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Sep 13, 2024
1 parent 234a35c commit 16a0da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvm-runtime/jvm_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func TestJVMToGoCall(t *testing.T) {
// tests = append(tests, PairedPrefixVerbTest("nilvalue", "optionalTestObjectOptionalFieldsVerb", ftl.None[any]())...)

in.Run(t,
in.WithJavaBuild(),
in.CopyModuleWithLanguage("gomodule", "go"),
in.CopyModuleWithLanguage("javamodule", "java"),
in.CopyModuleWithLanguage("kotlinmodule", "kotlin"),
Expand Down

0 comments on commit 16a0da9

Please sign in to comment.