Skip to content

Commit

Permalink
build all features for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 27, 2022
1 parent e977d20 commit 746ff8f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,20 +274,11 @@ jobs:
- name: check if README matches MSRV defined here
run: grep '1.56.1' src/core/README.md

- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.8"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .
- name: Check if it builds properly
uses: actions-rs/cargo@v1
with:
command: build
args: --all-features

check_cbindgen:
name: "Check if cbindgen runs cleanly for generating the C headers"
Expand Down

0 comments on commit 746ff8f

Please sign in to comment.