From d1522092433e1b530a1bdb60bc9c4cc9788a0019 Mon Sep 17 00:00:00 2001 From: "David P. Baker" Date: Wed, 3 Jan 2024 11:04:13 -0500 Subject: [PATCH] Fix instructions to specify the correct task name for conformance tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83d447a..8fbae89 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ To run the (incomplete) conformance test suite, check out the `main` branch of ` ```sh git -C $root_dir/jspecify checkout main cd $root_dir/jspecify-reference-checker -./gradlew conformanceTest +./gradlew conformanceTests ``` To run the (legacy) "samples" test suite, check out the `samples-google-prototype` branch of `jspecify` and run `jspecifySamplesTest`: