Skip to content

Updated rand, tidy up, apply clippy fixes #8

Updated rand, tidy up, apply clippy fixes

Updated rand, tidy up, apply clippy fixes #8

on: [push]
name: CI
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain with caching
uses: brndnmtthws/rust-action@v1
with:
cargo-packages: cargo-nextest
- run: cargo build
- run: cargo clippy
- run: cargo nextest run