mirror of
https://gitee.com/openharmony/third_party_rust_clap
synced 2025-03-01 11:05:42 +00:00
chore: Make makefile easier to use
This commit is contained in:
parent
cf029dd08f
commit
59f9473336
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -66,6 +66,8 @@ jobs:
|
||||
run: make build-${{matrix.features}}
|
||||
- name: Test
|
||||
run: make test-${{matrix.features}}
|
||||
- name: Test (benches)
|
||||
run: make test-${{matrix.features}} ARGS='--workspace --benches'
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/rust-next.yml
vendored
2
.github/workflows/rust-next.yml
vendored
@ -53,6 +53,8 @@ jobs:
|
||||
run: make build-${{matrix.features}}
|
||||
- name: Test
|
||||
run: make test-${{matrix.features}}
|
||||
- name: Test (benches)
|
||||
run: make test-${{matrix.features}} ARGS='--workspace --benches'
|
||||
rustfmt:
|
||||
name: rustfmt
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user