Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-gwozdz committed Aug 7, 2023
1 parent b0e9afa commit 667c899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Please note that this project is released with a [Contributor Code of Conduct](C

To shorten the development loop you can:

a) run trilogy tests locally with: `make clean all test`
b) runruby binding tests with `make clean ; cd contrib/ruby ; bundle exec rake test ; cd -`. It's possible to run a test single example by passing a `TESTOPTS` environment variable like so: `TESTOPTS=-n/test_packet_size_greater_than_trilogy_max_packet_len/`.
a) run trilogy tests locally with: `make test`
b) run ruby binding tests with `cd contrib/ruby`, `bundle exec rake test`. It's possible to run a test single example by passing a `TESTOPTS` environment variable like so: `TESTOPTS=-n/test_packet_size_greater_than_trilogy_max_packet_len/`.

0. Create a new branch: `git checkout -b my-branch-name`
0. Make your change, add tests, and make sure the tests still pass
Expand Down

0 comments on commit 667c899

Please sign in to comment.