Skip to content

Commit f9fa31d

Browse files
committed
ci: with relaxed asserts, much less need for continue-on-error for minimal versions ci
1 parent 51a6289 commit f9fa31d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
cargo +${{ matrix.rust }} minimal-versions test --direct --workspace
6262
if: matrix.rust == 'nightly' && matrix.cargo_features == 'default'
6363

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-
6964
- name: Updated versions
7065
run: cargo update && cargo +${{ matrix.rust }} test --no-default-features --features "${{ matrix.cargo_features }}"
7166
if: matrix.rust == 'stable' && matrix.cargo_features == 'default'

0 commit comments

Comments
 (0)