Skip to content

Commit

Permalink
Merge branch 'main' into release/rustic-rs/0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Sep 18, 2023
2 parents 01170b9 + 2633e68 commit f37fb82
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,28 @@ jobs:
with:
command: test
args: -r --all-targets --all-features -p rustic-rs --test completions -- --ignored
#
# FIXME: This is broken, when rustic-rs is released, we should fix it.
# semver-check:
# name: Check SemVer
# runs-on: ubuntu-latest
# strategy:
# matrix:
# rust: [stable]
# job:
# - os: ubuntu-latest
# # - os: windows-latest # Panics
# # - os: macos-latest # Panics
# steps:
# - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
# - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2

semver-check:
name: Check SemVer
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable]
job:
- os: ubuntu-latest
# - os: windows-latest # Panics
# - os: macos-latest # Panics
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@e275dda72e250d4df5b564e969e1348d67fefa52 # v2
with:
package: rustic-rs
# - name: Check semver
# uses: obi1kenobi/cargo-semver-checks-action@e275dda72e250d4df5b564e969e1348d67fefa52 # v2
# with:
# package: rustic-rs

0 comments on commit f37fb82

Please sign in to comment.