Skip to content

Commit

Permalink
Fix instructions to specify the correct task name for conformance tes…
Browse files Browse the repository at this point in the history
…ts. (#127)
  • Loading branch information
netdpb authored Jan 3, 2024
1 parent 874419a commit 4d6d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 4d6d8be

Please sign in to comment.