Skip to content

Commit

Permalink
Add cairo-1-hints to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed May 8, 2023
1 parent 513bca1 commit 8de5453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
# FIXME: we need to update the Makefile to do this correctly
case ${{ matrix.target }} in
'test')
cargo llvm-cov nextest --lcov --output-path lcov-${{ matrix.target }}.info --workspace --features test_utils
cargo llvm-cov nextest --lcov --output-path lcov-${{ matrix.target }}.info --workspace --features "cairo-1-hints, test_utils"
;;
'test-no_std')
cargo llvm-cov nextest --lcov --output-path lcov-${{ matrix.target }}.info --workspace --features test_utils --no-default-features
Expand Down

0 comments on commit 8de5453

Please sign in to comment.