Skip to content

Commit 05ffb1f

Browse files
committed
Update README to include both test suites
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent 0fb1cd8 commit 05ffb1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ tox -e integration
133133
tox -e examples
134134
```
135135

136-
If you need to run the examples against a pre-released version of the runtime, you can use the following command:
136+
If you need to run the examples or integration tests against a pre-released version of the runtime, you can use the following command:
137137
- Get your daprd runtime binary from [here](https://github.com/dapr/dapr/releases) for your platform.
138138
- Copy the binary to your dapr home folder at $HOME/.dapr/bin/daprd.
139139
Or using dapr cli directly: `dapr init --runtime-version <release version>`
140-
- Now you can run the examples with `tox -e integration`.
140+
- Now you can run the examples with `tox -e examples` or the integration tests with `tox -e integration`.
141141

142142

143143
## Documentation

0 commit comments

Comments
 (0)