Skip to content

Commit

Permalink
Merge pull request #225 from y-yagi/fix-broken-format-of-how-to-run-t…
Browse files Browse the repository at this point in the history
…ests

Fix a broken format of how to run tests
  • Loading branch information
davidbyttow authored Nov 29, 2021
2 parents 543ce79 + 2ce0c8a commit 56a7f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ The CI/CD currently checks strict format and linting, so be sure to add comments

## Run the tests

```make test
```bash
$ make test
```

## Get in touch
Expand Down

0 comments on commit 56a7f51

Please sign in to comment.