Skip to content

Commit

Permalink
Fix instructions to specify the correct task name for conformance tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
netdpb committed Jan 3, 2024
1 parent 874419a commit d152209
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 d152209

Please sign in to comment.