kann mir iwer bitte einen hammer auf den kopf hauen
This commit is contained in:
parent
85a3f08c42
commit
387e04fa5a
|
@ -16,15 +16,11 @@ jobs:
|
|||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release --bins
|
||||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release --lib
|
||||
args: --bins
|
||||
# - uses: https://github.com/actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: test
|
||||
# args: --lib
|
||||
# command: build
|
||||
# args: --lib
|
||||
clippy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -39,7 +35,7 @@ jobs:
|
|||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --fix --lib --bins
|
||||
args: --fix --bins
|
||||
- id: commit
|
||||
name: commit
|
||||
uses: https://github.com/EndBug/add-and-commit@v9
|
||||
|
|
Loading…
Reference in a new issue