Skip to content

Merge pull request #130 from mastfissh/dependabot/cargo/clap-4.5.20 #286

Merge pull request #130 from mastfissh/dependabot/cargo/clap-4.5.20

Merge pull request #130 from mastfissh/dependabot/cargo/clap-4.5.20 #286

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