Use --release on CI tests

This commit is contained in:
Richard Feldman 2019-11-20 07:06:50 -05:00
parent 793e951f3b
commit ba018d9283

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions-rs/cargo@v1
name: cargo test
with:
command: test
command: test --release
fmt:
name: Rustfmt