Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make ref_slice jobs use refs to commits #429

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,8 +1135,8 @@ jobs:
# This broke when a PR accidentally changed the default baseline behavior.
# https://github.com/obi1kenobi/cargo-semver-checks/issues/382
#
# To perform this test, we forked a stable crate and made a semver-major change in
# an unreleased patch version (v1.2.2). In this test, we make sure that:
# To perform this test, we forked a stable crate and made a semver-major break
# with no version change (v1.2.1). In this test, we make sure that:
# - v1.2.1 is chosen as the baseline, as the largest crates.io version,
# - cargo-semver-checks detects the semver break we've manufactured.
name: 'Semver: ref-slice fork'
Expand All @@ -1155,7 +1155,7 @@ jobs:
with:
persist-credentials: false
repository: 'mgr0dzicki/cargo-semver-action-ref-slice'
ref: 'major_change'
ref: '4d64380252c8fbda023cca58406fa40a27ad1177' # branch major_change
path: 'subject'

- name: Install rust
Expand Down Expand Up @@ -1247,7 +1247,7 @@ jobs:
with:
persist-credentials: false
repository: 'mgr0dzicki/cargo-semver-action-ref-slice'
ref: 'major_change'
ref: '4d64380252c8fbda023cca58406fa40a27ad1177' # branch major_change
path: 'subject'

- name: Install rust
Expand Down