Skip to content

Commit 864c7f2

Browse files
authored
Auto merge of #603 - jrmuizel:semver-parallel, r=jdm
Add semver checks to CI This won't catch everything but it's better than nothing
2 parents 02ca12b + 4bd9ff3 commit 864c7f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13+
semver:
14+
runs-on: macos-11.0
15+
steps:
16+
- uses: actions/checkout@v2
17+
- name: Check semver
18+
uses: obi1kenobi/cargo-semver-checks-action@v2
1319
build:
1420
runs-on: ${{ matrix.os }}
1521
strategy:

0 commit comments

Comments
 (0)