Skip to content

Commit

Permalink
exclude diffus from no-std tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Dec 16, 2024
1 parent 54eb25d commit 689700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e -o pipefail

CARGO="${CARGO:-cargo}"
EXCLUDED_FEATURES_BY_DEFAULT=(internal-schemars08-tests)
EXCLUDED_FEATURES_NO_STD=(schemars08 serde default std alloc v4)
EXCLUDED_FEATURES_NO_STD=(schemars08 serde default std alloc v4 diffus)

trap 'echo_err "Error occurred at $0 command: $BASH_COMMAND"' ERR
trap 'echo_err "Exiting $0"' EXIT
Expand Down

0 comments on commit 689700d

Please sign in to comment.