Run tests in release profile

This commit is contained in:
Thomas de Zeeuw
2022-07-19 22:32:54 +02:00
parent 1abc6ddf30
commit 859fed6288
+2
View File
@@ -29,6 +29,8 @@ jobs:
run: cargo hack check --feature-powerset
- name: Tests
run: cargo test --all-features
- name: Tests release build
run: cargo test --release --all-features
MinimalVersions:
runs-on: ${{ matrix.os }}
timeout-minutes: 10