Skip to content

Commit

Permalink
Ignore rosidl_runtime_rs for cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Nov 15, 2023
1 parent 96e24b8 commit a333a5c
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 @@ -104,7 +104,7 @@ jobs:
cd $path
echo "Running cargo test in $path"
# Run cargo test for all features except generate_docs (needed for docs.rs)
if [ "$(basename $path)" = "rclrs" ]; then
if [ "$(basename $path)" = "rosidl_runtime_rs" ] || [ "$(basename $path)" = "rclrs" ]; then
cargo test -F default,dyn_msg
else
cargo test --all-features
Expand Down

0 comments on commit a333a5c

Please sign in to comment.