From 0786c40a5e6725fe052369b61202b0d749115aa1 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 17 Feb 2023 15:50:51 +0100 Subject: [PATCH] Adds cargo-semver-checks to the CI --- .github/workflows/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 279e66e4..7b2f498f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,6 +106,17 @@ jobs: - uses: actions/checkout@v3 - uses: EmbarkStudios/cargo-deny-action@v1 + semver_checks: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + submodules: true + - run: rustup update + - uses: Swatinem/rust-cache@v2 + - run: cargo install cargo-semver-checks || true + - run: cargo semver-checks check-release --exclude oxrocksdb-sys --exclude oxigraph_js --exclude pyoxigraph --exclude oxigraph_testsuite --exclude oxigraph_server + test_linux: runs-on: ubuntu-latest steps: