diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9081cbb..136443b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,6 +93,8 @@ jobs: # run using `bash` on all platforms for consistent # line-continuation marks shell: bash + env: + RUSTFLAGS: "-D warnings" - run: cargo test --no-default-features - run: cargo test --no-default-features --features=alloc - run: cargo test --no-default-features --features=unstable-locales