rustsec-compat #106
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: rustsec-compat | |
| # Ideally this would be run whenever a push is made to rustsec/advisory-db but AFAIK there is no way to do that | |
| on: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| jobs: | |
| check: | |
| name: rustsec-compat | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: dtolnay/rust-toolchain@stable | |
| - run: | |
| cargo test --release --manifest-path tests/rustsec-compat/Cargo.toml | |