Update rust_and_ros2.yml

Testing again
This commit is contained in:
Kristofer Bengtsson 2021-05-26 16:45:26 +02:00 committed by GitHub
parent 477c8e925f
commit b0d9c1adc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 7 deletions

View File

@ -12,12 +12,16 @@ env:
jobs:
testing_rolling:
runs-on: ubuntu-latest
container: kristoferb/spbase_ros2:rolling
steps:
- name: env test
run: env
- name: ros2 test
run: ros2
- name: rust test
run: cargo
- name: test
- uses: ros-tooling/setup-ros@v0.1
with:
required-ros-distributions: rolling
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/checkout@v2
- run: cargo test --verbose