Skip to content
Merged
Show file tree
Hide file tree
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
48 changes: 24 additions & 24 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,30 +144,30 @@ jobs:
RUSTDOCFLAGS: "-D warnings"
run: cargo doc --all-features --no-deps

minimal-versions:
name: Minimal Versions Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@nightly
- uses: swatinem/rust-cache@v2
with:
shared-key: "ubuntu-nightly"
add-job-id-key: "false"
cache-on-failure: "true"
cache-all-crates: "true"
cache-workspace-crates: "true"
save-if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
- name: Install cargo-hack
uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- name: Install cargo-minimal-versions
uses: taiki-e/install-action@v2
with:
tool: cargo-minimal-versions
- name: Check with minimal versions
run: cargo hack minimal-versions check --feature-powerset
# minimal-versions:
# name: Minimal Versions Check
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v6
# - uses: dtolnay/rust-toolchain@nightly
# - uses: swatinem/rust-cache@v2
# with:
# shared-key: "ubuntu-nightly"
# add-job-id-key: "false"
# cache-on-failure: "true"
# cache-all-crates: "true"
# cache-workspace-crates: "true"
# save-if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
# - name: Install cargo-hack
# uses: taiki-e/install-action@v2
# with:
# tool: cargo-hack
# - name: Install cargo-minimal-versions
# uses: taiki-e/install-action@v2
# with:
# tool: cargo-minimal-versions
# - name: Check with minimal versions
# run: cargo hack minimal-versions check --feature-powerset

semver-checks:
name: Semver Checks
Expand Down
Loading
Loading