Run CI on optimized build (#384)

* Run CI on optimized build

* Enable overflow checks
This commit is contained in:
Jakub Nabaglo 2021-12-03 13:23:43 -08:00 committed by GitHub
parent bb029db2a7
commit d6a0a2e772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ jobs:
with:
command: test
args: --all
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y
lints:
name: Formatting and Clippy