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