Merge another test workflow
This commit is contained in:
parent
0910d977fc
commit
971c3fd9eb
1 changed files with 3 additions and 1 deletions
|
|
@ -23,8 +23,10 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: ${{ matrix.toolchain }}
|
toolchain: ${{ matrix.toolchain }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --all-features
|
args: --all-features --all-targets
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue