summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-17 23:11:14 +0200
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:27 +0200
commitc6e32456d98efcdbdbef178031414ff8f20e8404 (patch)
tree47f07bf611c42dff0486710c71c6affd281c8e39
parent96abb27e7328391e9319c99dd23595e42f7982a2 (diff)
ci: make rustc deny warnings on all platforms (#10672)
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 707874851..43f50e9dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,10 +92,7 @@ jobs:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.7.2
echo "$HOME/.deno/bin" >> $GITHUB_PATH
- # TODO(ry) Enable on all OSes https://github.com/denoland/deno/issues/10378
- name: Error on Warning
- if: |
- !startsWith(matrix.os, 'windows')
run: echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV
- name: Install Deno (Windows)