mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Deny warnings in gitlab CI
This commit is contained in:
parent
a6f4600a19
commit
7fc46968be
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ variables:
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --release -- --include-ignored
|
- cargo test --verbose --release -- --include-ignored
|
||||||
- cargo test --verbose --no-default-features
|
- cargo test --verbose --no-default-features
|
||||||
|
variables:
|
||||||
|
RUSTFLAGS: " -D warnings"
|
||||||
|
|
||||||
rustfmt:
|
rustfmt:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
Loading…
Reference in a new issue