Merge another test workflow

This commit is contained in:
Jon Gjengset 2022-09-17 12:42:52 -07:00
parent 0910d977fc
commit 971c3fd9eb

View file

@ -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