Skip to content

Merge pull request #126 from mastfissh/dependabot/cargo/rayon-1.10.0 #280

Merge pull request #126 from mastfissh/dependabot/cargo/rayon-1.10.0

Merge pull request #126 from mastfissh/dependabot/cargo/rayon-1.10.0 #280

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