Skip to content

Commit

Permalink
Add all-features to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 10, 2024
1 parent df53103 commit c2b92b0
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 @@ -34,7 +34,7 @@ jobs:
- name: Install LLVM
run: sudo apt-get install llvm-18 llvm-18-dev llvm-18-runtime clang-18 clang-tools-18 lld-18 libpolly-18-dev libmlir-18-dev mlir-18-tools
- name: Clippy
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy --all-targets --all-features -- -D warnings

format:
name: rustfmt
Expand Down Expand Up @@ -164,4 +164,4 @@ jobs:
make runtime
echo "CAIRO_NATIVE_RUNTIME_LIBRARY=$(pwd)/libcairo_native_runtime.a" > $GITHUB_ENV
- name: Test
run: cargo test
run: cargo test --all-features

0 comments on commit c2b92b0

Please sign in to comment.