Skip to content

Commit 38f7270

Browse files
feat: add msrv check in CI
1 parent aab3f73 commit 38f7270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: cargo msrv --path crates/bencher_compat verify -- cargo check --all-features --config codspeed=true
3535
- name: Check criterion_compat MSRV
3636
run: cargo msrv --path crates/criterion_compat verify -- cargo check --all-features --config codspeed=true
37+
- name: Check divan_compat MSRV
38+
run: cargo msrv --path crates/divan_compat verify -- cargo check --all-features --config codspeed=true
3739

3840
tests:
3941
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)