We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a6289 commit f9fa31dCopy full SHA for f9fa31d
.github/workflows/rust.yml
@@ -61,11 +61,6 @@ jobs:
61
cargo +${{ matrix.rust }} minimal-versions test --direct --workspace
62
if: matrix.rust == 'nightly' && matrix.cargo_features == 'default'
63
64
- # This only must pass when we're ready to release, allow it to fail unless this is a commit to master
65
- # e.g if we're on a PR that's bumping the -sys crate, and requires changes to the main crate, the minimal version
66
- # check _cannot_ succeed, because the new version of the -sys crate won't be published yet
67
- continue-on-error: ${{ github.ref != 'refs/heads/master' }}
68
-
69
- name: Updated versions
70
run: cargo update && cargo +${{ matrix.rust }} test --no-default-features --features "${{ matrix.cargo_features }}"
71
if: matrix.rust == 'stable' && matrix.cargo_features == 'default'
0 commit comments