diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-14 19:01:50 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-14 19:01:50 +0100 |
| commit | 92bbc3595c39e964160660a2de9aa76b72ce727f (patch) | |
| tree | 00979e144541fd594145e52fc92874b244cd2352 /src | |
| parent | 6194d284f5559acc5f23a402f577bac655878f92 (diff) | |
Convert Rust examples to use cargo test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
