Skip to content

Update license field following SPDX 2.1 license expression standard (… #23

Update license field following SPDX 2.1 license expression standard (…

Update license field following SPDX 2.1 license expression standard (… #23

name: Rust
on:
push:
branches:
- master
jobs:
test:
name: Running on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose