aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-31 16:02:57 -0400
committerJack O'Connor <[email protected]>2020-03-31 16:02:57 -0400
commit2dff29cf0e10c2f092579255618a9c34c91eee33 (patch)
treed9bd5908b34e26b576a1769f7c4bebf36d66466e /.github
parent27f3273d681812ff83cbac6ca66edd5b73fc68cd (diff)
turn all compiler warnings into errors in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6c2a77d..8925ba5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,6 +2,9 @@ name: tests
on: [push, pull_request]
+env:
+ RUSTFLAGS: "-D warnings"
+
jobs:
cargo_tests:
name: ${{ matrix.target.name }} ${{ matrix.channel }}