Skip to content

Commit

Permalink
Update Regression Tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 authored Oct 21, 2023
1 parent c00f278 commit b583948
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 b583948

Please sign in to comment.