inline build - ignore the script
This commit is contained in:
parent
2eaa06c54a
commit
d8fa028ff8
|
@ -62,4 +62,5 @@ jobs:
|
|||
args: --workspace --all-targets #-- --deny=warnings
|
||||
|
||||
- name: Build
|
||||
run: ./ci/cargo-build-test.sh
|
||||
run: |
|
||||
cargo build --all-targets
|
||||
|
|
Loading…
Reference in New Issue