We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e50d1b4 + 528c58a commit b4847c8Copy full SHA for b4847c8
1 file changed
.github/workflows/ci.yml
@@ -57,6 +57,13 @@ jobs:
57
- run: cargo miri test --features alloc,mmio,pci,zerocopy
58
- run: cargo miri test --all-features
59
60
+ semver-checks:
61
+ name: Semver checks
62
+ runs-on: ubuntu-latest
63
+ steps:
64
+ - uses: actions/checkout@v6
65
+ - uses: obi1kenobi/cargo-semver-checks-action@v2
66
+
67
test:
68
name: Test
69
runs-on: ubuntu-latest
0 commit comments