Skip to content

Commit

Permalink
Add the missing --all-features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Apr 20, 2024
1 parent 72ae00a commit 2d7b48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Install Rust ${{ matrix.rust }}
run: rustup toolchain install ${{ matrix.rust }}
- name: Run cargo build
run: cargo +${{ matrix.rust }} build --verbose
run: cargo +${{ matrix.rust }} build --all-features --verbose
- name: Run cargo test
run: cargo +${{ matrix.rust }} test --verbose
run: cargo +${{ matrix.rust }} test --all-features --verbose
- name: Run C bindings tests
run: make -C tests clean test
formatting:
Expand Down

0 comments on commit 2d7b48e

Please sign in to comment.