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
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all-features
|
||||
args: --all-features --all-targets
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue