Skip to content

(cargo)(deps): Bump clap from 4.4.18 to 4.5.4 #136

(cargo)(deps): Bump clap from 4.4.18 to 4.5.4

(cargo)(deps): Bump clap from 4.4.18 to 4.5.4 #136

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