Skip to content

Commit

Permalink
Merge pull request #177 from Jakio815/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
lhstrh authored Oct 22, 2023
2 parents c00f278 + b583948 commit bf2b263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run only the integration tests for one target, we provide the `targetTest` gr
```
./gradlew targetTest -Ptarget=Rust
```
You can specify any valid target. If you run the task without specifying the target property `./gradlew tagetTest` it will produce an error message and list all available targets.
You can specify any valid target. If you run the task without specifying the target property `./gradlew targetTest` it will produce an error message and list all available targets.


The `targetTest` task is essentially a convenient shortcut for the following:
Expand Down

0 comments on commit bf2b263

Please sign in to comment.