Skip to content

Commit

Permalink
run cargo audit with --deny warnings enabled
Browse files Browse the repository at this point in the history
It is better to fail on warnings as well when running `cargo
audit` so we can catch problems in time.
Fixes #52.

Signed-off-by: Laura Loghin <[email protected]>
  • Loading branch information
lauralt authored and gsserge committed Jan 11, 2022
1 parent aee82cf commit b6858b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/test_description.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
{
"test_name": "cargo-audit",
"command": "cargo audit -q"
"command": "cargo audit -q --deny warnings"
}
]
}

0 comments on commit b6858b2

Please sign in to comment.