Update rust.yml

This commit is contained in:
ilyazzz
2021-01-20 23:08:00 +02:00
committed by GitHub
parent 45c4c97226
commit a5cfabb9ca

View File

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