diff --git a/.buildkite/test_description.json b/.buildkite/test_description.json index 4f9e4fb..d3c6e1c 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -71,7 +71,7 @@ }, { "test_name": "cargo-audit", - "command": "cargo audit -q --deny warnings", + "command": "[ -e Cargo.lock ] || cargo generate-lockfile; cargo audit -q --deny warnings", "platform": [ "x86_64" ]