Skip to content

chore: Release license-generator version 1.3.0 #44

chore: Release license-generator version 1.3.0

chore: Release license-generator version 1.3.0 #44

Workflow file for this run

name: Test
on: [ push, pull_request ]
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@v2
- name: Run tests
run: cargo test --verbose