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