Skip to content

Bump rand from 0.9.0-alpha.1 to 0.9.0-alpha.2 #87

Bump rand from 0.9.0-alpha.1 to 0.9.0-alpha.2

Bump rand from 0.9.0-alpha.1 to 0.9.0-alpha.2 #87

Workflow file for this run

on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --verbose