Skip to content

Commit

Permalink
CI: don't fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Nov 11, 2024
1 parent b72b800 commit ba9133b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ on: [push, pull_request, workflow_dispatch]

name: CI Rust

env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
# env:
# RUSTFLAGS: -D warnings
# RUSTDOCFLAGS: -D warnings

jobs:
check:

0 comments on commit ba9133b

Please sign in to comment.