Update rust.yml

This commit is contained in:
ilyazzz 2021-01-20 23:08:00 +02:00 committed by GitHub
parent 45c4c97226
commit a5cfabb9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ jobs:
- name: Check - name: Check
run: cargo check --release run: cargo check --release
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --release --verbose