Skip to content

update license info to give a full license text for each license opti… #18

update license info to give a full license text for each license opti…

update license info to give a full license text for each license opti… #18

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
toolchain: [1.31.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
profile: minimal
- uses: actions-rs/cargo@v1
with:
toolchain: ${{ matrix.toolchain }}
command: test