Update ci.yml

This commit is contained in:
Alexandru Dracea 2022-12-19 13:33:22 +02:00 committed by GitHub
parent e6039bb923
commit 47735f30d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ jobs:
target: ${{ matrix.toolchain }}
- name: Test
if: matrix.platform != 'm1darwin'
run: cargo test --release --all-features --target ${{ matrix.toolchain }}
- name: Build