run clippy in docker

This commit is contained in:
stelzo 2024-03-25 12:51:49 +01:00
parent e8776b5e17
commit 8d951d46ef
2 changed files with 6 additions and 1 deletions

View File

@ -18,4 +18,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: docker build . --file ./tests/Dockerfile_rclrs_humble --tag rclrs_humble
- run: docker run r2r_humble cargo test --features rclrs_msg
- run: docker run rclrs_humble cargo test
- run: docker run rclrs_humble cargo clippy --all-targets -- -D warnings

View File

@ -2,7 +2,11 @@ name: Tests
on:
push:
branches-ignore:
- rclrs
pull_request:
branches-ignore:
- rclrs
workflow_dispatch:
env: