tidy for tag support #11
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_iron | |
on: | |
push: | |
branches: | |
- rclrs | |
pull_request: | |
branches: | |
- rclrs | |
workflow_dispatch: | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
tests_iron: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: docker build . --file ./tests/Dockerfile_rclrs_iron --tag rclrs_iron | |
- run: docker run rclrs_iron cargo test --features derive,nalgebra,rayon |