Skip to content

(cargo)(deps): Bump rayon from 1.8.1 to 1.10.0 #135

(cargo)(deps): Bump rayon from 1.8.1 to 1.10.0

(cargo)(deps): Bump rayon from 1.8.1 to 1.10.0 #135

name: Unit Tests, Stable Toolchain
on:
push:
branches: main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
unit-tests-stable:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Stable Unit Tests
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Install the latest stable Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run unit tests
run: cargo test