Improve CI

This commit is contained in:
Clémentine Urquizar 2021-04-29 15:19:48 +02:00 committed by GitHub
parent 8bc7dd8b03
commit 3ee2b07918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ jobs:
- name: Run cargo check without any default features - name: Run cargo check without any default features
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: check command: build
args: --no-default-features args: --locked --release --no-default-features
- name: Run cargo test - name: Run cargo test
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: