Drop cargo "all targets" flag in CI build
This commit is contained in:
parent
effa990e6d
commit
99d05223d7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: cargo build
|
- name: cargo build
|
||||||
run: cargo build --all-targets
|
run: cargo build
|
||||||
|
|
||||||
- name: format
|
- name: format
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue