ci: run tests with --release (#509)

run CI tests with --release
This commit is contained in:
Conrado Gouvea 2023-09-01 22:49:31 -03:00 committed by GitHub
parent 15bd4bb3ed
commit 7c8a872603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --all-features
args: --release --all-features
clippy:
name: Clippy