diff --git a/.github/scripts/publish_test.sh b/.github/scripts/publish_test.sh index 9d3ce95..5ed7f61 100755 --- a/.github/scripts/publish_test.sh +++ b/.github/scripts/publish_test.sh @@ -5,7 +5,7 @@ export TERM=xterm-256color # Statements waiting to be executed statements=( - "cargo clippy --all-features --target $1 -- -D warnings" + "cargo clippy --all-features --all-targets -p $1 -- -D warnings" "cargo test -p $1" "cargo doc --no-deps -p $1" "cargo publish -p $1 --dry-run"