Skip to content

try to use hecrj/setup-rust-action@v2 #161

try to use hecrj/setup-rust-action@v2

try to use hecrj/setup-rust-action@v2 #161

Workflow file for this run

name: Continuous Integration
on: push
jobs:
rust-ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose