Skip to content

Commit 0a74adb

Browse files
committed
fix: fix local test script
1 parent b8b6fe1 commit 0a74adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ check_publish() {
122122
# Install config file for the architecture
123123
cp "configs/${arch}.toml" ".axconfig.toml"
124124

125-
if cargo publish --dry-run --allow-dirty --target="$target"; then
125+
if cargo publish --dry-run --allow-dirty --features="axstd" --target="$target"; then
126126
echo "$arch publish check passed"
127127
else
128128
echo "Error: $arch publish check failed"

0 commit comments

Comments
 (0)