about summary refs log tree commit diff
path: root/src/tools/rustfmt/.github/workflows
diff options
context:
space:
mode:
authorCaleb Cartwright <caleb.cartwright@outlook.com>2022-03-29 23:17:30 -0500
committerCaleb Cartwright <caleb.cartwright@outlook.com>2022-03-29 23:17:30 -0500
commit419df99e1824a5b65eb0c6d67850dfe014b019fa (patch)
treef48b577363bf95818a608eecbbcfef182abbbcd2 /src/tools/rustfmt/.github/workflows
parent9c06e1ba47e1077725a950e0b5d1870a89c8b536 (diff)
parent5ff7b632a95bac6955611d85040859128902c580 (diff)
downloadrust-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.yml4
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'