mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
ci: make rustc deny warnings on all platforms (#10672)
This commit is contained in:
parent
96abb27e73
commit
c6e32456d9
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue