mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
CI: Unmask rustc/ld warnings, remove deprecated '--all'
This commit is contained in:
parent
78176deffc
commit
f60828c9a4
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
@ -4,8 +4,6 @@ jobs:
|
|||
check:
|
||||
name: cargo-check
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
@ -25,7 +23,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --workspace --all
|
||||
args: --workspace
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
|
|
Loading…
Reference in a new issue