Skip to content

Commit

Permalink
ci-tests.sh: add p256 feature to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Feb 18, 2025
1 parent 6913c44 commit 716a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
TARGET="$([ -n "$1" ] && echo "--target $1" || echo "")"

COMMON_FEATURES="xchachapoly vector-tests"
COMMON_FEATURES="p256 xchachapoly vector-tests"

set -x
cargo check --benches
Expand Down

0 comments on commit 716a272

Please sign in to comment.