Skip to content

Commit

Permalink
fix(ci): remove -D warnings for test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed May 18, 2024
1 parent 2bf7908 commit b0fe2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-targets --all-features -- -D warnings
- run: cargo test --all-targets --all-features

0 comments on commit b0fe2d7

Please sign in to comment.