Deny warnings

This commit is contained in:
Paul Dicker 2023-08-11 21:41:35 +02:00 committed by Paul Dicker
parent 6c75fd6905
commit 80238b5e1b

View File

@ -93,6 +93,8 @@ jobs:
# run using `bash` on all platforms for consistent # run using `bash` on all platforms for consistent
# line-continuation marks # line-continuation marks
shell: bash shell: bash
env:
RUSTFLAGS: "-D warnings"
- run: cargo test --no-default-features - run: cargo test --no-default-features
- run: cargo test --no-default-features --features=alloc - run: cargo test --no-default-features --features=alloc
- run: cargo test --no-default-features --features=unstable-locales - run: cargo test --no-default-features --features=unstable-locales