Skip to content

Merge pull request #133 from mastfissh/dependabot/cargo/clap-4.5.23 #291

Merge pull request #133 from mastfissh/dependabot/cargo/clap-4.5.23

Merge pull request #133 from mastfissh/dependabot/cargo/clap-4.5.23 #291

Workflow file for this run

name: Test Rust project
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
- name: Run tests
run: cargo test