RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

In Continuous Integration, Run Fast and Fundamental Tests First

It’s great to keep your CI/CD pipeline fast, but you don’t need it to run all tests to get feedback on WIP.

Unit tests cover fundamental business logic. If they fail, the results of higher-level tests are irrelevant. Thus your CI should run as a pipeline that stops on failure. Read the full article here.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in