Skip to content

Updated License info in README.md #33

Updated License info in README.md

Updated License info in README.md #33

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install nightly
- run: rustup default nightly
- run: rustup component add rust-src
- run: cargo install cargo-make
- uses: Swatinem/[email protected]
- name: Run tests
run: cargo make test