Update rust_and_ros2.yml

This commit is contained in:
Kristofer Bengtsson 2021-05-26 16:13:11 +02:00 committed by GitHub
parent d6b3423340
commit 18a46526f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -10,14 +10,15 @@ env:
CARGO_TERM_COLOR: always
jobs:
build:
testing_rolling:
runs-on: ubuntu-latest
container: kristoferb/spbase_ros2:rolling
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: env test
run: env
- name: ros2 test
run: ros2
- name: rust test
run: cargo