Skip to content

Commit

Permalink
ci: test semver
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Nov 22, 2023
1 parent f0f904f commit a58830e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: check all features
run: cargo check --all-features


test:
name: cargo-test ...
runs-on: ubuntu-latest
Expand All @@ -41,6 +42,20 @@ jobs:
- name: test (with TZ)
run: cargo test --features chrono-tz

- name: check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

semver:
name: cargo-test ...
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

fmtclippy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a58830e

Please sign in to comment.