diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b251381..9611210 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,6 +105,17 @@ jobs: target: x86_64-unknown-netbsd toolchain: "1.59.0" + # -------------------------------------------------------------------------- + # Semantic Versioning + # + # Check at least once per platform as we heavily depend on platform-specific + # code. + + semver-aarch64-apple-darwin: + steps: + - uses: obi1kenobi/cargo-semver-checks-action@v2 + target: aarch64-apple-darwin + # -------------------------------------------------------------------------- # cargo-deny