1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

ci: make rustc deny warnings on all platforms (#10672)

This commit is contained in:
Bert Belder 2021-05-17 23:11:14 +02:00
parent 96abb27e73
commit c6e32456d9
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -92,10 +92,7 @@ jobs:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.7.2 curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.7.2
echo "$HOME/.deno/bin" >> $GITHUB_PATH echo "$HOME/.deno/bin" >> $GITHUB_PATH
# TODO(ry) Enable on all OSes https://github.com/denoland/deno/issues/10378
- name: Error on Warning - name: Error on Warning
if: |
!startsWith(matrix.os, 'windows')
run: echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV run: echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV
- name: Install Deno (Windows) - name: Install Deno (Windows)