We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2109955 commit ebfe1eaCopy full SHA for ebfe1ea
.github/workflows/rust.yml
@@ -20,9 +20,3 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --all-features --verbose
23
- semver:
24
- runs-on: ubuntu-latest
25
- steps:
26
- - uses: actions/checkout@v3
27
- - name: Check semver
28
- uses: obi1kenobi/cargo-semver-checks-action@v2
0 commit comments