Skip to content

Commit b8db94d

Browse files
authored
chore: docs
1 parent 3001ffa commit b8db94d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The project is covered by following types of tests
2424

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

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

29-
* `make test-lint` - execute linter tests
30-
* `make test-unit` - execute unit tests
29+
* `just test-lint` - execute linter tests
30+
* `just test-unit` - execute unit tests
3131

3232
## Development flow.
3333

0 commit comments

Comments
 (0)