Skip to content
Snippets Groups Projects
Commit 6ebcb1ab authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

github: build: Use deny over forbid

Check: https://github.com/rust-lang/rust/issues/81670



Signed-off-by: default avatarPatrick José Pereira <patrickelectric@gmail.com>
parent f714e958
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features -- -F warnings
args: --all-targets --all-features -- -D warnings
test:
name: Unitest (${{ matrix.os }})
......@@ -53,7 +53,7 @@ jobs:
- uses: actions-rs/cargo@v1
env:
RUST_BACKTRACE: full
RUSTFLAGS: -F warnings
RUSTFLAGS: -D warnings
with:
command: test
args: --all --all-features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment