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
Several improvements:
- Split "without nightly feature" and "with nightly feature" into two
jobs
- Add a job that builds on beta
- Fix `RUST_FLAGS` => `RUSTFLAGS` typo
- Remove cargo cache. Caching is not always good. Download the cache takes
time and since we compile with different feature sets, the `target`
folder cannot really be reused anyway. We should keep an eye on this,
though.
- Early exit in scripts (fail when first command fails)
0 commit comments