You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
In reviewing #34, I noticed one of the build jobs failed the clippy step but continued on to the test and build steps anyways. This seems like needless work, and it might be more desirable to tighten up the builds feedback on PRs so the build fails immediately if one of the checks like clippy or rustfmt fails.
@seanprashad does Travis not fail-fast, or do we need to configure something else? We already have fast_finish enabled in our config:
In reviewing #34, I noticed one of the build jobs failed the
clippystep but continued on to the test and build steps anyways. This seems like needless work, and it might be more desirable to tighten up the builds feedback on PRs so the build fails immediately if one of the checks likeclippyorrustfmtfails.@seanprashad does Travis not fail-fast, or do we need to configure something else? We already have
fast_finishenabled in our config:supernova/.travis.yml
Line 35 in 66f5bc5