mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-06-30 20:58:01 -04:00
Run tests in release profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user