Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk authored Nov 30, 2022
1 parent 3001ffa commit b8db94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The project is covered by following types of tests

Every PR should provide appropriate amount of testing, corresponding to its scope.

Use `GNU Make` to run test locally:
Use [just](https://github.com/casey/just) to run test locally:

* `make test-lint` - execute linter tests
* `make test-unit` - execute unit tests
* `just test-lint` - execute linter tests
* `just test-unit` - execute unit tests

## Development flow.

Expand Down

0 comments on commit b8db94d

Please sign in to comment.