outdated
This commit is contained in:
parent
922d3e226d
commit
0e3b34b668
|
|
@ -18,17 +18,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
- name: Linting
|
- name: Linting
|
||||||
run: cargo clippy --all-targets --features derive,nalgebra,rayon,serde -- -D warnings
|
run: cargo clippy --all-targets --features derive,nalgebra,rayon,serde,ros2-interfaces-jazzy -- -D warnings
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: cargo test --features derive,nalgebra,rayon,serde
|
run: cargo test --features derive,nalgebra,rayon,serde,ros2-interfaces-jazzy
|
||||||
|
|
||||||
outdated:
|
# outdated:
|
||||||
name: Outdated
|
# name: Outdated
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
if: github.event_name != 'pull_request'
|
# if: github.event_name != 'pull_request'
|
||||||
timeout-minutes: 45
|
# timeout-minutes: 45
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
# - uses: dtolnay/rust-toolchain@stable
|
||||||
- uses: dtolnay/install@cargo-outdated
|
# - uses: dtolnay/install@cargo-outdated
|
||||||
- run: cargo outdated --exit-code 1
|
# - run: cargo outdated --exit-code 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue