Skip to content

Commit

Permalink
Let's not flag on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Aug 7, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

# Ensure rustfmt is installed and setup problem matcher
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""

- name: Build
run: cargo build --bin=nmsr-aas --package=nmsr-aas --verbose
Expand Down

0 comments on commit e621000

Please sign in to comment.