Skip to content

chore(deps): Bump rand from 0.8.5 to 0.8.6 #8

chore(deps): Bump rand from 0.8.5 to 0.8.6

chore(deps): Bump rand from 0.8.5 to 0.8.6 #8

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --tests