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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue