diff options
| author | Caleb Cartwright <caleb.cartwright@outlook.com> | 2022-03-29 23:17:30 -0500 |
|---|---|---|
| committer | Caleb Cartwright <caleb.cartwright@outlook.com> | 2022-03-29 23:17:30 -0500 |
| commit | 419df99e1824a5b65eb0c6d67850dfe014b019fa (patch) | |
| tree | f48b577363bf95818a608eecbbcfef182abbbcd2 /src/tools/rustfmt/.github/workflows | |
| parent | 9c06e1ba47e1077725a950e0b5d1870a89c8b536 (diff) | |
| parent | 5ff7b632a95bac6955611d85040859128902c580 (diff) | |
| download | rust-419df99e1824a5b65eb0c6d67850dfe014b019fa.tar.gz rust-419df99e1824a5b65eb0c6d67850dfe014b019fa.zip | |
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
Diffstat (limited to 'src/tools/rustfmt/.github/workflows')
| -rw-r--r-- | src/tools/rustfmt/.github/workflows/linux.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rustfmt/.github/workflows/linux.yml b/src/tools/rustfmt/.github/workflows/linux.yml index db497941642..45f63b83c05 100644 --- a/src/tools/rustfmt/.github/workflows/linux.yml +++ b/src/tools/rustfmt/.github/workflows/linux.yml @@ -40,6 +40,10 @@ jobs: rustc -Vv cargo -V cargo build + env: + RUSTFLAGS: '-D warnings' - name: test run: cargo test + env: + RUSTFLAGS: '-D warnings' |
