outdated nightly check

This commit is contained in:
stelzo 2024-05-21 13:04:56 +02:00
parent c05dd81585
commit 5b17f56207
1 changed files with 11 additions and 0 deletions

View File

@ -21,3 +21,14 @@ jobs:
run: cargo clippy --all-targets --features derive,nalgebra,rayon -- -D warnings
- name: Tests
run: cargo test --features derive,nalgebra,rayon
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --exit-code 1