mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-06-30 20:58:01 -04:00
Compile Cargo hack using debug profile
The performance of it doesn't really matter much.
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Install Cargo-hack
|
||||
run: cargo install cargo-hack
|
||||
run: cargo install --debug cargo-hack
|
||||
- name: Check all features
|
||||
run: cargo hack check --feature-powerset
|
||||
- name: Tests
|
||||
@@ -102,6 +102,6 @@ jobs:
|
||||
- name: Install all targets
|
||||
run: make install_targets
|
||||
- name: Install Cargo-hack
|
||||
run: cargo install cargo-hack
|
||||
run: cargo install --debug cargo-hack
|
||||
- name: Check all targets
|
||||
run: make check_all_targets
|
||||
|
||||
Reference in New Issue
Block a user