fix subtype iterator mapping #9
This file contains 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: rclrs_jazzy | |
on: | |
push: | |
branches: | |
- rclrs | |
pull_request: | |
branches: | |
- rclrs | |
workflow_dispatch: | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
tests_jazzy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: docker build . --file ./tests/Dockerfile_rclrs_jazzy --tag rclrs_jazzy | |
- run: docker run rclrs_jazzy cargo test --features derive,nalgebra,rayon |