diff --git a/README.md b/README.md index dec785f..2052a48 100644 --- a/README.md +++ b/README.md @@ -124,18 +124,5 @@ includes loaded constants, requires and other such information. ## Development -Linting and readme checks are run on each pull request while integration tests are only run weekly. - -- Linting - - `rake lint:check` - - `rake lint:fix` -- Readme - - `rake readme:outdated` - - `rake readme:generate` -- Integration Tests - - `rake missing-tests` - - `rake test:all` - - `rake test:api-readall-test` (SLOW) - - `rake test:branch-compare` - - `rake test:generate-api-diff` (SLOW) - - `rake test:service-diff` +Linting and readme checks along with integration tests are run on each pull request. +All commands are run using the included Rakefile. Run `rake` to get the list of commands. diff --git a/scripts/generate_readme.rb b/scripts/generate_readme.rb index 545e18c..766965f 100644 --- a/scripts/generate_readme.rb +++ b/scripts/generate_readme.rb @@ -41,20 +41,7 @@ ## Development - Linting and readme checks are run on each pull request while integration tests are only run weekly. - - - Linting - - `rake lint:check` - - `rake lint:fix` - - Readme - - `rake readme:outdated` - - `rake readme:generate` - - Integration Tests - - `rake missing-tests` - - `rake test:all` - - `rake test:api-readall-test` (SLOW) - - `rake test:branch-compare` - - `rake test:generate-api-diff` (SLOW) - - `rake test:service-diff` + Linting and readme checks along with integration tests are run on each pull request. + All commands are run using the included Rakefile. Run `rake` to get the list of commands. EOS end