Skip to content

Commit cf01b4f

Browse files
committed
Deny warnings in cargo-hack task
1 parent 40c98a4 commit cf01b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
4949
- name: Install cargo-hack
5050
uses: taiki-e/install-action@cargo-hack
51-
- name: Allow warnings in builds (for now)
52-
run: echo "RUSTFLAGS=" >> $GITHUB_ENV
51+
# - name: Allow warnings in builds (for now)
52+
# run: echo "RUSTFLAGS=" >> $GITHUB_ENV
5353
- run: cargo hack check --feature-powerset --no-dev-deps

0 commit comments

Comments
 (0)