Delete rust_and_ros2.yml

This commit is contained in:
Kristofer Bengtsson 2021-05-26 16:57:40 +02:00 committed by GitHub
parent 98915c8db7
commit d96d87b2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
testing_rolling:
runs-on: ubuntu-latest
steps:
- 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