ci: Test with --release on releases

pull/319/head
Blaž Hrastnik 2021-06-20 10:48:42 +09:00 committed by GitHub
parent 4f108ab1b2
commit 4b7276ddd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --locked
args: --release --locked
- name: Build release binary
uses: actions-rs/cargo@v1