Skip to content

Commit

Permalink
fix invalid target name in Makefile (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaylet authored Mar 26, 2022
1 parent 39a257e commit 44a6566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To run all the tests, run `make` in the base directory.

You can also select which test to run, and do other things:
```
make unittests # run unittests only
make unit # run unit tests only
make flake8 pylint # run linting tests only
make docker_test # build Docker image and run tests within Docker container
make docker_build # build Docker image only
Expand Down

0 comments on commit 44a6566

Please sign in to comment.