Skip to content

Commit

Permalink
Added testing instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rross committed Aug 16, 2024
1 parent f3a82cc commit 078bbe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CounterInterceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ temporal server start-dev
# make sure you have temporal server running (see section above)
dotnet run
```

## Run the tests
```bash
# cd ../../test
dotnet test
```

0 comments on commit 078bbe6

Please sign in to comment.