From 92bbc3595c39e964160660a2de9aa76b72ce727f Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Tue, 14 Jul 2026 19:01:50 +0100 Subject: Convert Rust examples to use cargo test --- src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/java/org/zwobble') diff --git a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java index 9a5a395..73b611a 100644 --- a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java +++ b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java @@ -35,7 +35,7 @@ public class ExampleTests { } private void verifyRustOutput(ExampleSet exampleSet) throws NoSuchAlgorithmException, IOException, InterruptedException { - verifyOutput(exampleSet, "rust", List.of("cargo", "run")); + verifyOutput(exampleSet, "rust", List.of("cargo", "test")); } private void verifyOutput( -- cgit v1.2.3