Skip to content

Bump rand from 0.8.5 to 0.8.6 #3

Bump rand from 0.8.5 to 0.8.6

Bump rand from 0.8.5 to 0.8.6 #3

Workflow file for this run

name: build
on: [ push, pull_request, workflow_dispatch ]
env: { CARGO_TERM_COLOR: always }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: 'cargo build --verbose'
- run: 'cargo test --verbose'