explicit failures safe_drive #5
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: safe_drive_jazzy | |
| on: | |
| push: | |
| branches-ignore: | |
| - rclrs | |
| pull_request: | |
| branches-ignore: | |
| - rclrs | |
| workflow_dispatch: | |
| env: | |
| CARGO_TERM_COLOR: always | |
| jobs: | |
| tests_jazzy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - run: docker build . --file ./ros_pointcloud2/tests/Dockerfile_safe_drive_jazzy --tag safe_drive_jazzy | |
| - run: docker run safe_drive_jazzy cargo test --features safe_drive_msg,derive,nalgebra,rayon,serde | |