Skip to content

Commit

Permalink
Do not fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed May 31, 2024
1 parent c6b469a commit d2fdcf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: "" # Do not fail on warnings, so reset the default value to empty

- name: Test rust codd
run: cargo test
Expand Down

0 comments on commit d2fdcf6

Please sign in to comment.