Skip to content

Commit

Permalink
Allow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 13, 2024
1 parent 6966028 commit 01fbfbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
with:
toolchain: ${{ env.nightly }}
components: rustfmt, clippy
# Remove default `-D warnings`. This is a temporary measure.
rustflags: ""

- name: Install sccache
uses: mozilla-actions/[email protected]
Expand Down

0 comments on commit 01fbfbe

Please sign in to comment.