chacha20 v0.10.0-rc.5 (#484) #363
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: benches | |
| on: | |
| pull_request: | |
| paths: | |
| - "benches/**" | |
| push: | |
| branches: master | |
| defaults: | |
| run: | |
| working-directory: benches | |
| env: | |
| CARGO_INCREMENTAL: 0 | |
| RUSTFLAGS: "-Dwarnings" | |
| jobs: | |
| build: | |
| if: false # TODO: temp disabled due to unpublished prerelease dependencies | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: RustCrypto/actions/cargo-cache@master | |
| - uses: dtolnay/rust-toolchain@master | |
| with: | |
| toolchain: stable | |
| - run: cargo bench --no-run |