CI: Unmask rustc/ld warnings, remove deprecated '--all'

This commit is contained in:
9names 2022-01-03 16:46:40 +11:00
parent 78176deffc
commit f60828c9a4

View file

@ -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