Skip to content

Commit

Permalink
Add new test tasks to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Jul 21, 2024
1 parent cf88262 commit 04ccdd7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,21 @@ task native-lib

# Testing

Run tests:
Run all tests:
```shell
task test
```

Run unit tests:
```shell
task unit-tests
```

Run integration tests:
```shell
task integration-tests
```

# Linting

Before submitting a PR, ensure you've run our linting tools and either fixed any violations or
Expand Down

0 comments on commit 04ccdd7

Please sign in to comment.