Skip to content

Commit d2a810f

Browse files
feat: add msrv check in CI
1 parent 498d233 commit d2a810f

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
@@ -30,6 +30,8 @@ jobs:
3030
run: cargo msrv --path crates/bencher_compat verify -- cargo check --all-features --config codspeed=true
3131
- name: Check criterion_compat MSRV
3232
run: cargo msrv --path crates/criterion_compat verify -- cargo check --all-features --config codspeed=true
33+
- name: Check divan_compat MSRV
34+
run: cargo msrv --path crates/divan_compat verify -- cargo check --all-features --config codspeed=true
3335

3436
tests:
3537
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)