Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Removes -D warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Sep 26, 2023
1 parent f044633 commit e5ec9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
# Remove default `-D warnings`.
rustflags: ""
- run: cargo build --verbose
- run: cargo test --verbose --all

Expand Down

0 comments on commit e5ec9a6

Please sign in to comment.