Skip to content

Commit

Permalink
ci: test cli msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Sep 6, 2023
1 parent fc90cc0 commit 830636d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ jobs:
- name: Test lib with msrv
run: cargo +1.60.0 test --package bindgen

- name: Install msrv for cli
uses: dtolnay/rust-toolchain@master
with:
# MSRV below is documented in Cargo.toml and README.md, please update those if you
# change this.
toolchain: 1.64.0

- name: Test lib with msrv
run: cargo +1.64.0 build --package bindgen-cli

minimal:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 830636d

Please sign in to comment.