Skip to content

Update Rust crate rand to 0.8.5 #6

Update Rust crate rand to 0.8.5

Update Rust crate rand to 0.8.5 #6

Workflow file for this run

name: Test
on:
push:
env:
RUSTFLAGS: -D warnings
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test