Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Feb 17, 2024
1 parent 6bcf643 commit 1fe5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1fe5e4c

Please sign in to comment.