Merge another os-check workflow

This commit is contained in:
Jon Gjengset 2022-09-17 12:39:59 -07:00
parent 92379c8623
commit 05dd4680bf

View file

@ -2,7 +2,7 @@ on:
push:
branches: [master]
pull_request:
name: cargo check
name: os check
jobs:
os-check:
runs-on: ${{ matrix.os }}
@ -17,8 +17,8 @@ jobs:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- name: cargo check
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: check
command: test
args: --all-features --all-targets