We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3001ffa commit b8db94dCopy full SHA for b8db94d
CONTRIBUTING.md
@@ -24,10 +24,10 @@ The project is covered by following types of tests
24
25
Every PR should provide appropriate amount of testing, corresponding to its scope.
26
27
-Use `GNU Make` to run test locally:
+Use [just](https://github.com/casey/just) to run test locally:
28
29
-* `make test-lint` - execute linter tests
30
-* `make test-unit` - execute unit tests
+* `just test-lint` - execute linter tests
+* `just test-unit` - execute unit tests
31
32
## Development flow.
33
0 commit comments