Merge another os-check workflow
This commit is contained in:
parent
92379c8623
commit
05dd4680bf
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue